plane/apiserver/bin/docker-entrypoint-worker.sh
2024-05-22 12:46:41 +05:30

8 lines
158 B
Bash
Executable File

#!/bin/bash
set -e
python manage.py wait_for_db
# Wait for migrations
python manage.py wait_for_migrations
# Run the processes
celery -A plane worker -l info