NODEDC_TASKMANAGER/plane-src/apps/api/bin/docker-entrypoint-beat.sh

9 lines
155 B
Bash
Executable File

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