src/dazzle_back/channels/providers/queue.py¶
Generated: 2026-03-30T04:38:45.710183+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Queue provider detectors for DAZZLE messaging.
Supports: - RabbitMQ (production) - In-memory queue (fallback)
Key Exports¶
RabbitMQDetectorInMemoryQueueDetectorprovider_namechannel_kindprioritydetecthealth_checkprovider_namechannel_kindprioritydetecthealth_check
Dependencies¶
Imports¶
__future__.annotationsloggingtyping.TYPE_CHECKINGdetection.DetectionResultdetection.ProviderDetectordetection.ProviderStatusdetection.check_docker_containerdetection.check_portdetection.get_env_varaiohttp
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/unit/test_queue_adapters.pytests/unit/test_llm_queue.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.