Skip to content
Snippets Groups Projects
Commit c38b2a5b authored by Ben Adida's avatar Ben Adida
Browse files

fixed concurrency

parent abc03164
No related branches found
No related tags found
No related merge requests found
web: gunicorn wsgi:application -b 0.0.0.0:$PORT -w 8
worker: python manage.py celeryd -E -B --beat
\ No newline at end of file
worker: python manage.py celeryd -E -B --beat -concurrency=1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment