KennyOriginal post
Moderator
I've got a function that runs every 10 minutes. I just noticed that this morning it's been failing with this error, any idea what could cause this?
I am self hosted, version 1.3.8 on Digital Ocean.
my.domain.com redacting my actual domain.
Plain text
at Client.call (/usr/code-start/node_modules/node-appwrite/lib/client.js:177:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Users.list (/usr/code-start/node_modules/node-appwrite/lib/services/users.js:40:16) at async module.exports (/usr/code-start/src/index.js:50:25) at async /usr/local/src/server.js:68:13```Summary
The user is reporting that a function is failing with the error "Error: getaddrinfo EAI_AGAIN my.domain.com". They are self-hosted on version 1.3.8 on Digital Ocean. They have restarted the Docker container, which seemed to fix the issue, but they want to know why it happened and how to prevent it.
Possible solution: Restarting the Docker container fixed the issue for the user. It may be related to a network/DNS error.