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
Avoid race-condition when scheduling throttled jobs
When a job was throttled and the queue of pending jobs was fully drained
between the throttle? decision and the delay calculation, the retry code
would fail with "NoMethodError undefined method `last' for nil:NilClass"
0 commit comments