watchlistarr icon indicating copy to clipboard operation
watchlistarr copied to clipboard

Warning on High Response Time for Asynchronous Events

Open n1nj444 opened this issue 9 months ago • 5 comments

Issue Description

I've encountered a warning in the logs regarding high response times for handling asynchronous events, which may indicate that the CPU is starving.

Log Details

2024-05-03T08:45:35.906Z [WARNING] Your app's responsiveness to a new asynchronous event (such as a new connection, an upstream response, or a timer) was in excess of 100 milliseconds. Your CPU is probably starving. Consider increasing the granularity of your delays or adding more cedes. This may also be a sign that you are unintentionally running blocking I/O operations (such as File or InetAddress) without the blocking combinator.

Could you please guide me on where in the codebase I should look to address this issue? Any advice on modifications or configurations that could help resolve this warning would be greatly appreciated.

Thank you!

n1nj444 avatar May 03 '24 09:05 n1nj444