#!/bin/bash set -e echo "Starting Celery beat scheduler..." celery -A app.tasks.celery_app beat --loglevel=info