All of a Sudden , Error Logs
My Serverless endpoint has been worknig fine up until yesterday. I woke up today and i'm getting this error logs. I'm pretty sure i did'nt change anything in my code. Even when i send the request from the runpod interface , i get the same error logs. Please i need this fixed ASAP because i have people depending on the endpoint
{
"delayTime": 6470,
"error": "Error queuing workflow: <urlopen error [Errno 111] Connection refused>",
"executionTime": 25961,
"id": "74b54e47-dc5f-439c-ba4e-61c1d6a830b7-e1",
"status": "FAILED",
"workerId": "wazl0qyaqebnqx"
}
2 Replies
I tested a different serverless endpoint and it works fine
I set the worker to 0 and then back up and now it's working. I don't know if this is a permanent fix though?
its not a permanent fix, you need to find the underlying cause, that connection refused is coming from internal api your running inside worker?