Throttling
JoobQ.configure do |config|
config.queue "api_calls", 3, ApiJob, throttle: { limit: 5, period: 10.seconds }
endLast updated
Was this helpful?
JoobQ.configure do |config|
config.queue "api_calls", 3, ApiJob, throttle: { limit: 5, period: 10.seconds }
endLast updated
Was this helpful?
Was this helpful?