DripDrop.Policy.RateLimit.Postgres (DripDrop v0.1.0)

Copy Markdown View Source

Postgres-backed rate-limit backend using advisory transaction locks.

The backend counts recent sent events and in-flight executions inside the configured window, then returns a deferral boundary when a bucket is full.