mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: worker script (#773)
This commit is contained in:
parent
6865cf4b54
commit
800075b781
@ -2,4 +2,4 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
python manage.py wait_for_db
|
python manage.py wait_for_db
|
||||||
celery -A plane.settings.celery worker -l info
|
celery -A plane worker -l info
|
Loading…
Reference in New Issue
Block a user