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
Worker consumes multiple tasks at the same time when other jobs is not done yet.
What is the current behavior?
Worker consumes multiple tasks at the same time.
What is the expected behavior?
Worker consumes 1 task at the same time.
Please tell us about your environment:
Version: 0.5.0
OS: [Linux]
Language: [ES6/7]
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
So my worker is setup like this:
As I see, you want to consumes 1 task at a time so that let the worker run synchronously.
But unfortunately, we have not considered synchronous configuration.
Hi @actumn, sorry about the confusion.
What I mean is do we have a limit of concurrence jobs. Because right now, the worker can consume all the resources while running all jobs at the same time.
In Python celery, we have an option for --autoscale 3,2. Do we have this for JS version?
Description
Worker consumes multiple tasks at the same time when other jobs is not done yet.
What is the current behavior?
Worker consumes multiple tasks at the same time.
What is the expected behavior?
Worker consumes 1 task at the same time.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
So my worker is setup like this:
The text was updated successfully, but these errors were encountered: