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
The executor_status_looper runs a spin loop, even if there are no active
requests. This makes the service constantly wasting a CPU core.
Make the loop block on receiving requests if there are no running ones
to reduce CPU usage when idle.
0 commit comments