Files
Sylvain Zimmer b0238d1efe ️(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-10 18:45:58 +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