# oban_sentinel v0.1.0 - Table of Contents

> Telemetry-driven circuit breakers and execution guards for Oban

## Modules

- [ObanSentinel](ObanSentinel.md): Telemetry-driven safeguards for [Oban](https://hex.pm/packages/oban).
- [ObanSentinel.CircuitBreaker](ObanSentinel.CircuitBreaker.md): A lightweight ETS-backed circuit breaker for Oban workers.
- [ObanSentinel.Guard](ObanSentinel.Guard.md): Worker execution guards for duration and process-memory limits.
- [ObanSentinel.Notifier](ObanSentinel.Notifier.md): Behaviour for asynchronous Sentinel notifications.
- [ObanSentinel.Notifier.Webhook](ObanSentinel.Notifier.Webhook.md): A Slack/Discord-compatible JSON webhook notifier.
- [ObanSentinel.Plugin](ObanSentinel.Plugin.md): Oban plugin that turns job telemetry into worker-level circuit breaking.

