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
removed RateLimit.throttle_with_block! and Worker#throttle_with_block! in favour of .throttle with { raise_errors: true } option
removed RateLimit.throttle_only_failures_with_block! and Worker#throttle_only_failures_with_block! in favour of .throttle with { only_failures: true } option