Files
plane/apps/api/bin/docker-entrypoint-worker.sh

8 lines
158 B
Bash
Raw Permalink Normal View History

2022-12-13 13:27:23 +05:30
#!/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 09:25:33 +05:30
celery -A plane worker -l info