caiosampaio
Execute services in Procfile
Thank you very much, that's how beat and web ran.
But I managed to make the worker run with just this tweak:
web: python manage.py migrate && python manage.py collectstatic --noinput & celery -A core worker --loglevel=INFO & celery -A core beat -l INFO & gunicorn core.wsgi
7 replies