mirror of
https://github.com/codl/forget
synced 2024-12-26 15:13:04 +01:00
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
web: gunicorn -w 9 -t 3600 -b 127.0.0.1:42157 forget:app
|
|
worker: celery -A tasks worker --autoscale=64,8
|
|
beat: celery -A tasks beat
|