plane/apiserver/bin/beat

6 lines
114 B
Bash

#!/bin/bash
set -e
python manage.py wait_for_db
python manage.py wait_for_migrations
celery -A plane beat -l info