Skip to content

Warning on High Response Time for Asynchronous Events #147

@n1nj444

Description

@n1nj444

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions