2
0
mirror of https://github.com/codl/forget synced 2025-01-19 10:31:10 +01:00

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

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