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
Accumulated event loop delay is great if we need it for stats purposes, however it will always grow to infinity. In long-running processes, something that is more valuable is to know if the event loop delay grows over a given threshold, plus the latest, point-in-time delay.
Accumulated event loop delay is great if we need it for stats purposes, however it will always grow to infinity. In long-running processes, something that is more valuable is to know if the event loop delay grows over a given threshold, plus the latest, point-in-time delay.
This enables 503 protection like https://github.com/mcollina/loopbench/blob/master/example.js#L20-L23.
The text was updated successfully, but these errors were encountered: