My Node.js server sometimes throws an EAI_AGAIN error, and I don't know why. I have multiple, completly different Node apps running on my Linux server and when this error throws, it mostly does on all apps the same time. The error occurrs not regularly, this week once and 2-3 times in the last month.
On this Linux manpage, I can see that EAI_AGAIN means the following:
The name server returned a temporary failure indication. Try again later.
Is there anything wrong on my Linux server or in my Node apps? Or should I just ignore this error? Maybe it's an error that sometimes just occurrs like a timeout and I can't do anything against it?