[SLOP(claude-opus-4-8)] feat(util): add rate limiter primitive and ingress throttles for actor create and gateway websocket - #5326
Conversation
ReviewNice consolidation of the ad hoc Bug:
} else {
tokio::time::sleep(*period).await;
*requests_remaining = *requests_limit;
*reset_time = Instant::now() + *period;
}When the bucket is empty, this sleeps a full Concretely, for This path is not exercised by production callers in this PR (
In Per-namespace actor-creation limiter is process-local
Nice fix worth calling out Switching the guard-core Test coverage The new Everything else, including config plumbing, error wiring for |
…gress throttles for actor create and gateway websocket
24e0686 to
c6eeb2a
Compare
No description provided.