celery.worker.tasks.active
Tasks currently executingDimensions:None
Interface Metrics (3)
Dimensions:None
Technical Annotations (10)
Configuration Parameters (4)
CELERYD_CONCURRENCYrecommended: 4max_tasks_per_childrecommended: 500CELERYD_PREFETCH_MULTIPLIERrecommended: 1CELERY_TASK_RESULT_EXPIRESrecommended: 600Technical References (6)
OOMconceptunacked_mutexcomponentvisibility timeoutconceptkombu/transport/redis.py#L414file pathzrevrangebyscoreprotocolhgetprotocolRelated Insights (7)
Resource contention among workers wastes up to 30% of processing timewarning
▸
Insufficient worker processes cause task queue buildup and delayswarning
▸
Worker memory leaks cause restarts and task failurescritical
▸
Queue depth exceeding thresholds requires worker autoscalingwarning
▸
Scalability issues with high throughput task processingwarning
▸
Workers stuck processing large unacked tasks cause network congestion and worker stallscritical
▸
Unacked mutex expiration triggers cascading worker failures every 5 minutescritical
▸