plane/apiserver/bin/beat

8 lines
156 B
Plaintext
Raw Permalink Normal View History

#!/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 beat -l info