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
Heroku's free tier only allows one worker dyno to run at a time. Since celery can process multiple queues in the same process, I would suggest adding a combined process to Procfile that runs both worker and beat queues at once.