R
Runpod14mo ago
sumanth

how to make max tries to 0 in serverless handler or endpoint UI

my requests are processing twice even when the first response is correct
No description
15 Replies
sumanth
sumanthOP14mo ago
And not sure why execution time is negative @yhlong00000 can you please look into it once
yhlong00000
yhlong0000014mo ago
It looks like this request failed and was retried by the system. I assume you don’t want the system to retry any of your jobs? I’m not sure if we have the option to disable this system-level retry. I’ll need to check into that. the execution time appears as a negative value, which is unusual and something I haven’t seen before. I’ll need to investigate further to figure out why this happened.
sumanth
sumanthOP14mo ago
The request hasn't failed, I got the output Please resolve this issue as soon as possible 🙏
Vlаdimir
Vlаdimir14mo ago
Interested in same issue with retry
sumanth
sumanthOP14mo ago
Hey @yhlong00000 Every request is getting retried, costing us double We need to move to production asap Can you atleast provide a temporary fix or something until you resolve it permanently Waiting for your response..
yhlong00000
yhlong0000014mo ago
replied the ticket you created.
Konstantin Teplykh
Hi, I basically have the same problem with the serverless. Where can i see the reply to the ticket? As i want also to solve it
Unknown User
Unknown User14mo ago
Message Not Public
Sign In & Join Server To View
yhlong00000
yhlong0000014mo ago
hey, can you open a ticket with your rundpod sdk version, endpoint id, logs and when it happens, how frequently and etc. https://contact.runpod.io/hc/en-us/requests/new
shadel
shadel14mo ago
My serverless retry any request, when does it fix?
yhlong00000
yhlong0000014mo ago
Is this behavior start recently for you?
furkan.huudle
furkan.huudle13mo ago
me too. all jobs run twice and sometimes I got negative executionTime. (I don't know its necessary but my container image: nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04)
yhlong00000
yhlong0000013mo ago
on sdk 1.7.0-1.7.2 has this issue, try to upgrade to 1.7.3 and see if that helps.
furkan.huudle
furkan.huudle13mo ago
I don’t use any cli, Is it something in dashboard?
yhlong00000
yhlong0000013mo ago
when you build your worker handler file, you import runpod that is SDK
No description

Did you find this page helpful?