Files
lasuite-messages/Procfile
2026-08-13 18:58:44 +02:00

7 lines
386 B
Plaintext

web: deploy/paas/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 && python deploy/paas/scalingo_ota_promote.py