Files
lasuite-messages/Procfile
T
Sylvain Zimmerandjbpenrath f4d235825f ️(devx) improve "make bootstrap" setup time and overall DevX
Notably, we try to reduce disk usage by standardizind on common
base Docker images. We also improve node_modules by reducing
duplicate dependencies and install speed.
2026-07-22 11:34:27 +02:00

7 lines
340 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