Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "a new asynchronous event" warning in container logs #195

Open
adamblaine opened this issue Nov 12, 2024 · 1 comment
Open

Getting "a new asynchronous event" warning in container logs #195

adamblaine opened this issue Nov 12, 2024 · 1 comment

Comments

@adamblaine
Copy link

Getting this in the watchlistarr docker container logs:
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.

Dedicated docker cpu usage is low, not seeing anything that would indicate its struggling at all. Is there anything that might be causing this?

@EMeric1992
Copy link

I have exactly the same issue with my configuration...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants