rshamunov commented on code in PR #27116:
URL: https://github.com/apache/beam/pull/27116#discussion_r1229313325
##########
playground/backend/internal/utils/system_utils.go:
##########
@@ -75,7 +75,7 @@ func CheckNumOfTheParallelJobs(workingDir string,
numOfParallelJobs int) bool {
}
if len(dirEntries) >= numOfParallelJobs {
- logger.Errorf("Readiness: Count of code processing is equal or
more than possible: %d / %d", len(dirEntries), numOfParallelJobs)
+ logger.Warnf("Readiness: Count of running jobs is equal or more
than allowed: %d / %d", len(dirEntries), numOfParallelJobs)
Review Comment:
This should be an error
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]