enova / sidekiq-rate-limiter

Redis-backed, per-worker rate limits for job processing.
http://rubygems.org/gems/sidekiq-rate-limiter
MIT License
193 stars 43 forks source link

Rate limiter based on termination time #27

Open jonnynux opened 6 years ago

jonnynux commented 6 years ago

Hi, does this gem permit an execution rate based on the termination time? Hi have the following need: i want to connect an internet service that allows only 4 request every minute, but I cannot send a new request if there is one that takes a very long time.