celery: use fair task scheduling

This commit is contained in:
codl 2017-08-11 00:08:46 +02:00
parent 10b4e1efee
commit 3dea73b0bd
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
web: gunicorn -w 9 -t 3600 -b 127.0.0.1:42157 forget:app
worker: python tasks.py -B
worker: python tasks.py -B -Ofair