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
Introduce Scheduler#load and Async::Idler for load shedding and saturation. (#309)
Introduce Scheduler#load which is a 1-second load average. This load
average can be used to detect overload conditions in the event loop. In
addition, introduce Async::Idler which will schedule tasks up to a given
maximum_load.
# It is crucial that we optimistically execute the child task, so that we prevent a tight loop invoking this method from consuming all available resources.
0 commit comments