mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
14f12846ed
* ignore copying frontend/dist folder - otherwise whatever you build in docker will get overridden by local build artifacts if any exist in frontend/dist * support configuring redis with POSTHOG_REDIS_HOST and other vars in addition to REDIS_URL * remove "the next version" in worker requirement modal * split beat and celery scripts * remove chart folder * celery heartbeat every 10sec, reduce distributed beat lock hold time * remove dockerfile local link * add localhost redis url for tests
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
celery -A posthog beat -S redbeat.RedBeatScheduler
|