mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
6 lines
237 B
Bash
Executable File
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 |