dramatiq.worker.busy
Workers currently processingDimensions:None
Available on:
OpenTelemetry (1)
Interface Metrics (1)
Technical Annotations (13)
Configuration Parameters (2)
queue_namerecommended: high-priority, default, low-priority, bulkdramatiq_queue_prefetchrecommended: 1Error Signatures (2)
Pushing message '.*' onto work queue.log patternReceived message .* with id '.*'.log patternCLI Commands (4)
dramatiq tasks --queues high-priority --threads 8remediationdramatiq tasks --queues default low-priority --threads 4remediationdramatiq an_app --queues defaultremediationdramatiq an_app --queues ui-blockingremediationTechnical References (5)
work queueconcepttime.sleepcomponentkafka providercomponentworker.pyfile pathqueue prefetchconceptRelated Insights (7)
Worker pool exhaustion from blocking retry delays prevents message processingcritical
▸
Millisecond to second conversion bug causes 1000x longer retry delayscritical
▸
Missing 'Received message' log indicates worker pool exhaustionwarning
▸
Concurrent actor execution overwhelms database and external serviceswarning
▸
Worker thread pool exhaustion delays high-priority taskswarning
▸
Worker prefetch monopolizes queue in distributed setupcritical
▸
Slow actors on shared queues block high-priority taskswarning
▸