mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
6 lines
386 B
Bash
6 lines
386 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,analytics_limited,long_running,exports,subscription_delivery,usage_reports,session_replay_embeddings,session_replay_general,session_replay_persistence,integrations
|