You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want a simple rate limit library that is backed by a workflow. Can be a simple acquire/release workflow based on bidirectional signals, with the acquire/release abstracted as a rate limiter interface. Then, we need a default implementation of said interface that is just token bucket based w/ refill.
The text was updated successfully, but these errors were encountered:
cretz
changed the title
Sample request: Rate limiting implemented as a workflow
Sample request: Rate limiting or semaphore implemented as a workflow
Nov 3, 2023
Describe the solution you'd like
Want a simple rate limit library that is backed by a workflow. Can be a simple acquire/release workflow based on bidirectional signals, with the acquire/release abstracted as a rate limiter interface. Then, we need a default implementation of said interface that is just token bucket based w/ refill.
The text was updated successfully, but these errors were encountered: