# `DripDrop.Policy.BounceComplaintThresholds`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/dripdrop/policy/bounce_complaint_thresholds.ex#L1)

Periodically pauses adapters whose rolling bounce or complaint rates cross policy limits.

# `check_all`

```elixir
@spec check_all() :: {:ok, non_neg_integer()} | {:error, term()}
```

Runs one threshold check and pauses any adapters that exceed limits.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(keyword()) :: GenServer.on_start()
```

Starts the periodic bounce and complaint threshold checker.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
