Server f0a45f1e-09ee-40dd-906b-9d5ca29228c5 — slowdowns, possible shared storage contention
Posted by thashar in discord-bots.
Replies
A quick follow up with additional information I gathered after my first message. My logs now show an explicit DNS error from inside the container: Error: getaddrinfo EAI AGAIN discord.com at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:122:26) EAI AGAIN is a temporary failure in name resolution — at that moment the container could not resolve discord.com at all. Around the same timestamps, outgoing HTTPS requests that normally take tens of milliseconds were taking several seconds, and some failed outright. I had an AI analysis run over my logs and it suggests the root cause is DNS resolution on the node rather than anything in my application: the failures happen on the very first outgoing request, before my code does any work of its own, and they affect every part of the application equally. The same analysis notes that this is consistent with the panel and console also loading slower than usual, since that has nothing to do with my code. So in addition to the disk/IO check, could you please verify: which DNS resolvers containers on PREMIUM CA EAST BHS 03 are using, and whether they are healthy and responding within a normal time, whether there is packet loss or any network problem on that node, whether outgoing DNS traffic is being rate limited or filtered in any way. Nothing changed in my application's configuration or network usage in that period. Thank you, Piotr