mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
5 lines
282 B
Bash
5 lines
282 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,insight_export,insight_refresh,analytics_queries,exports,subscription_delivery |