mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
6 lines
305 B
Bash
6 lines
305 B
Bash
# Default set of queues to be used by Celery.
|
|
# Important: Add new queues to make Celery consume tasks from them.
|
|
|
|
# NOTE: Keep in sync with posthog/tasks/utils.py
|
|
CELERY_WORKER_QUEUES=celery,stats,email,analytics_queries,long_running,exports,subscription_delivery,usage_reports,session_replay_embeddings
|