Skip to content

angee.integrate.constants

Dependency-free live bridge task constants.

Autoconfig imports this module while composing Django settings, before the app registry is ready and before any worker-only vendor SDK should load. Keep it to plain values: no Django models, no qrcode/Pillow, and no vendor bindings.

RUN_SESSION_TASK

Celery task that runs one bridge's live session for its connection lifetime.

ENSURE_SESSIONS_TASK

Celery beat task that restarts live-capable connected bridges.

RECONCILER_INTERVAL

Beat period for :data:ENSURE_SESSIONS_TASK.

SESSION_START_EXPIRES

Discard an unconsumed live-session start after one reconciler tick.

Released under the AGPL-3.0 License.