dramatiq.messages.total
Total messages processedDimensions:None
Technical Annotations (10)
Configuration Parameters (2)
--threadsrecommended: Reduce from high values like 40; single thread (--threads=1) works reliablyrabbitmq.heartbeat_timeoutrecommended: Increase from defaultError Signatures (2)
pika.exceptions.ConnectionWrongStateError: BlockingConnection.add_callback_threadsafe() called on closed or closing connection.exceptionFailed to wait for all callbacks to complete. This can happen when the RabbitMQ server is suddenly restarted.log patternCLI Commands (2)
dramatiq example --threads=40 --processes=1diagnosticdramatiq example --threads=1 --processes=1remediationTechnical References (4)
consumer threadscomponentsys.setswitchintervalcomponentheartbeat intervalconceptdelayed queuecomponentRelated Insights (2)
Task queue failures occur silently without monitoringcritical
▸
Message duplication from RabbitMQ connection closure under CPU-intensive loadcritical
▸