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
Fix issue if async task count does not evenly divide accross process pool (#120)
If `SchedulingStrategy.processing_requests_limit` does not evenly divide
over `SchedulingStrategy.processes_limit` then we will either run too
few requests or run "0" requests which will cause and unlimited number
of request to be scheduled at a time.
0 commit comments