0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/.gitignore
Marius Andra 66780ceef7
Make workers optional for now, add a warning if they are offline (#494)
* 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
2020-04-08 13:52:29 +01:00

25 lines
280 B
Plaintext

venv
env
*.pyc
staticfiles
.env
settings.yml
.DS_Store
debug.log
*.swp
*.swo
impliu/static/CACHE/*
node_modules/*
*.code-workspace
node_modules
.vscode/*
frontend/.cache/
.mypy_cache
frontend/dist/*
frontend/yarn-error.log
.idea
celerybeat-schedule
celerybeat.pid
yarn-error.log