0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/bin/docker-worker-beat
2021-04-15 11:53:19 -07:00

6 lines
237 B
Bash
Executable File

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