Files
messages/Procfile
Sylvain Zimmer 681a1481af (worker) add worker.py command and improve task routing on queues (#504)
This avoids a case where a very large import would overflow the
"celery" queue with reindex tasks that would block the inbound
processing tasks. Now we have good priorization.
2026-01-24 11:53:22 +01:00

3 lines
87 B
Plaintext

web: bin/scalingo_run_web
worker: python worker.py
postdeploy: python manage.py migrate