Skip to content

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

  • RabbitMQDetector
  • InMemoryQueueDetector
  • provider_name
  • channel_kind
  • priority
  • detect
  • health_check
  • provider_name
  • channel_kind
  • priority
  • detect
  • health_check

Dependencies

Imports

  • __future__.annotations
  • logging
  • typing.TYPE_CHECKING
  • detection.DetectionResult
  • detection.ProviderDetector
  • detection.ProviderStatus
  • detection.check_docker_container
  • detection.check_port
  • detection.get_env_var
  • aiohttp

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_queue_adapters.py
  • tests/unit/test_llm_queue.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.