-
Notifications
You must be signed in to change notification settings - Fork 1
Operations
Osvaldo Andrade edited this page Feb 12, 2026
·
1 revision
GET /healthz returns {"status":"ok"}.
Metrics are not implemented in the current service. Add instrumentation before relying on counters or gauges.
- Subscription cleanup: removes expired webhook subscriptions on a fixed interval.
Delayed queue moves and lease expiry requeue are performed during claim operations (claim-time repair), not by a background scanner.
Admin cleanup removes all structures for tasks whose retention timestamp is <= cutoff. Use limit to bound latency.
Scale horizontally. Use stateless API instances. KVRocks is the stateful component and must be scaled according to queue throughput.