mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-17 21:25:41 +02:00
7 lines
332 B
Plaintext
7 lines
332 B
Plaintext
web: bin/scalingo_run_web
|
|
workerall: python worker.py
|
|
workerimports: python worker.py --concurrency=1 --queues=imports --disable-scheduler
|
|
workerreindex: python worker.py --concurrency=2 --queues=reindex --disable-scheduler
|
|
workerrest: python worker.py --concurrency=4 --exclude=imports,reindex
|
|
postdeploy: python manage.py migrate
|