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
I've got a hybrid environment where I want most of my celery tasks to run on Heroku, but some to use a separate queue and run on an EC2 worker. In addition, I need to be able to set the concurrency of the worker rather than use the default.
The text was updated successfully, but these errors were encountered:
I've got a hybrid environment where I want most of my celery tasks to run on Heroku, but some to use a separate queue and run on an EC2 worker. In addition, I need to be able to set the concurrency of the worker rather than use the default.
The text was updated successfully, but these errors were encountered: