dramatiq.worker.idle
Workers currently idleDimensions:None
Interface Metrics (2)
Dimensions:None
Technical Annotations (16)
Configuration Parameters (3)
queue_namerecommended: high-priority, default, low-priority, bulkprefetch_multiplierrecommended: 1worker_timeoutrecommended: 100Error Signatures (2)
Pushing message '.*' onto work queue.log patternReceived message .* with id '.*'.log patternCLI Commands (3)
dramatiq config.dramatiq --threads 1 --processes 1 --log-file=dramatiq_log${VAR}.txtdiagnosticdramatiq tasks --queues high-priority --threads 8remediationdramatiq tasks --queues default low-priority --threads 4remediationTechnical References (8)
work queueconcepttime.sleepcomponentworker.pyfile pathmessage prefetchingconceptworker threadconceptWorkercomponentcli.pyfile pathworker_processcomponentRelated Insights (6)
Worker pool exhaustion from blocking retry delays prevents message processingcritical
▸
Missing 'Received message' log indicates worker pool exhaustionwarning
▸
Message prefetching causes worker starvation with concurrent taskswarning
▸
Worker thread pool exhaustion delays high-priority taskswarning
▸
Worker starvation under high retry load with default prefetch settingswarning
▸
High worker timeout causes task pickup latency when queue is idlewarning
▸