You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/20 12:22:58 UTC

[GitHub] [beam] daria-malkova commented on a change in pull request #16277: [BEAM-13124][Playground] Create readiness endpoint

daria-malkova commented on a change in pull request #16277:
URL: https://github.com/apache/beam/pull/16277#discussion_r772321298



##########
File path: playground/backend/internal/environment/environment_service.go
##########
@@ -137,6 +140,17 @@ func GetNetworkEnvsFromOsEnvs() (*NetworkEnvs, error) {
 func ConfigureBeamEnvs(workDir string) (*BeamEnvs, error) {
 	sdk := pb.Sdk_SDK_UNSPECIFIED
 	preparedModDir, modDirExist := os.LookupEnv(preparedModDirKey)
+
+	countOfPossibleCodeProcessing := defaultCountOfPossibleCodeProcessing

Review comment:
       let's rename it to what Ilya proposed this morning - numOfParallelJobs




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org