celery.task.runtime
Total task runtime sumDimensions:None
Interface Metrics (2)
Dimensions:None
Technical Annotations (14)
Configuration Parameters (3)
task_time_limitrecommended: 600task_soft_time_limitrecommended: 300CE_BUCKETSrecommended: 1,2.5,5,10,30,60,300,600,900,1800Technical References (11)
CDNcomponentmicroservice architectureconceptlatencyconcepthigh-frequency tasksconceptconnection poolcomponentPicklecomponentJSONcomponentpyinstrumentcomponenthistogram bucketsconceptCeleryHighQueueLengthconceptworker pool sizecomponentRelated Insights (11)
High network latency causes up to 30% increase in task completion timewarning
▸
Inefficient task design causes latency from external service dependencieswarning
▸
Task time limits prevent runaway tasks from blocking workers indefinitelyinfo
▸
High-frequency tasks exceeding 100ms latency degrade user satisfactionwarning
▸
Connection pooling reduces broker latency by 27%warning
▸
Task serialization with Pickle doubles time vs JSONwarning
▸
Pyinstrument production profiling adds significant performance overheadwarning
▸
Task latency spikes identified as primary bottleneck in 65% of deploymentswarning
▸
Task execution time degradation impacts user experiencewarning
▸
Default Prometheus histogram buckets unsuitable for Celery async task runtimewarning
▸
High Celery queue length indicates worker processing bottleneckwarning
▸