This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
posthog
Watch
0
Star
0
Fork
0
You've already forked posthog
mirror of
https://github.com/PostHog/posthog.git
synced
2024-12-01 04:12:23 +01:00
Code
Issues
Releases
Activity
5714ced2f9
posthog
/
bin
/
docker-worker-celery
5 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Helm redis (#558) * 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
2020-04-13 17:22:06 +02:00
#!/bin/bash
set -e
Use celery defaults, bumping workers only increased latency of event processing (#1584)
2020-09-05 01:21:55 +02:00
celery -A posthog worker
Copy Permalink