plane/apiserver/bin/worker

8 lines
158 B
Plaintext
Raw Normal View History

2022-12-13 07:57:23 +00:00
#!/bin/bash
set -e
python manage.py wait_for_db
# Wait for migrations
python manage.py wait_for_migrations
# Run the processes
2023-04-11 03:55:33 +00:00
celery -A plane worker -l info