fix: worker script (#773)

This commit is contained in:
pablohashescobar
2023-04-11 09:25:33 +05:30
committed by GitHub
parent 6865cf4b54
commit 800075b781

View File

@@ -2,4 +2,4 @@
set -e
python manage.py wait_for_db
celery -A plane.settings.celery worker -l info
celery -A plane worker -l info