mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:24:15 +01:00
66780ceef7
* add warning script to settings and docker-worker in case REDIS_URL is not found * test celery heartbeat * save celery heartbeat in redis * /_stats/ with worker heartbeat * refactor top content * show worker stats * heartbeat delay to 90sec * update worker error message * remove line * add redbeat schdeduler * add redbeat for local development
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
release: python manage.py migrate
|
|
web: gunicorn posthog.wsgi --log-file -
|
|
worker: ./bin/docker-worker
|