Skip to content

src/dazzle_back/runtime/subsystems/sla.py

Generated: 2026-03-30T04:38:48.476946+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_back

Purpose

SLA manager subsystem.

Tracks SLA timers in memory and runs a periodic background task to detect tier transitions and execute breach actions.

Key Exports

  • SLASubsystem
  • startup
  • shutdown

Dependencies

Imports

  • logging
  • typing.Any
  • dazzle_back.runtime.subsystems.SubsystemContext
  • dazzle_back.runtime.service_generator.CRUDService
  • dazzle_back.runtime.sla_manager.SLAManager

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_sla_manager.py
  • tests/unit/test_pg_placeholder_translation.py
  • tests/unit/test_island_runtime.py
  • tests/unit/test_island_parser.py

Notes

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