You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the "maxConcurrency" option in Cluster.launch is undefined somehow, Cluster never fires any workers and appears to stand still without any errors or warnings.
In my code, I had set the "maxConcurrency" option to a variable, and while refactoring code accidentally set the value to undefined - causing Cluster to never process any queue items.
Maybe Cluster could trigger a warning or error if "maxConcurrency" is set to something non-numeric?
The text was updated successfully, but these errors were encountered:
If the "maxConcurrency" option in Cluster.launch is undefined somehow, Cluster never fires any workers and appears to stand still without any errors or warnings.
In my code, I had set the "maxConcurrency" option to a variable, and while refactoring code accidentally set the value to undefined - causing Cluster to never process any queue items.
Maybe Cluster could trigger a warning or error if "maxConcurrency" is set to something non-numeric?
The text was updated successfully, but these errors were encountered: