0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/bin/docker-worker-beat

6 lines
237 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
rm celerybeat.pid || echo "celerybeat.pid not found, proceeding"
# Warning: Changing the command below affects posthog-cloud. Please check ./bin/pull_main for details
celery -A posthog beat -S redbeat.RedBeatScheduler