Problem with serverless endpoints in Sweden

My jobs are failing with ""executionTimeout exceeded"" after more than 5 minutes, for jobs that shouldn't take more than 2 minutes to run.
{
"delayTime": 892,
"error": "executionTimeout exceeded",
"executionTime": 302495,
"id": "545dbe76-3166-4a7e-943a-44bf4ff3fb8e-u1",
"status": "FAILED"
}
{
"delayTime": 892,
"error": "executionTimeout exceeded",
"executionTime": 302495,
"id": "545dbe76-3166-4a7e-943a-44bf4ff3fb8e-u1",
"status": "FAILED"
}
6 Replies
Madiator2011
Madiator20119mo ago
Are you able to check the worker logs?
digigoblin
digigoblinOP9mo ago
No, just endpoint logs and they don't show anything useful.
nerdylive
nerdylive9mo ago
Hmm try to debug that then Maybe adding more logging then trying the same request as that
digigoblin
digigoblinOP9mo ago
There is nothig wrong with my code, its been fine for months, this is RunPod issue. I am not an idiot, I have been helping people here before you have. I am tired of having to constantly email for refunds because serverless has constant issues.
nerdylive
nerdylive9mo ago
Ooh okay okay chill then they will help it out
digigoblin
digigoblinOP9mo ago
It works fine in CA region, issue is with SE region

Did you find this page helpful?