0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/apiserver/bin/docker-entrypoint-beat.sh
2024-05-22 12:46:41 +05:30

8 lines
156 B
Bash

#!/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