abrarfahim
RRunPod
•Created by abrarfahim on 5/26/2024 in #⚡|serverless
Is there any limit on how many environment variables can be added per container?
It seems i can't add any more environment variables on my serverless. the button is greyd out disabled. Is there any other way?
11 replies
RRunPod
•Created by abrarfahim on 5/21/2024 in #⚡|serverless
How do i retry worker task in runpod serverless?
Good day,
I was moving a worker from pods to serverless. Previously i used azure service bus to send task to my pod. And the service bus message had retry count of 5. But after migrating to the serverless endpoint i didn't find to integrate any message queue system to deliver the task to the worker container. So when it fails it only responses with errors. How i can make it to retry the same request?
i didn't find anything in the documentation.
I took a look into these documents: https://docs.runpod.io/serverless/workers/handlers/handler-error-handling There is something with refresh worker at https://docs.runpod.io/serverless/workers/handlers/handler-additional-controls#refresh-worker But i don't know what is the way to achieve retry mechanism by refreshing the worker.
I took a look into these documents: https://docs.runpod.io/serverless/workers/handlers/handler-error-handling There is something with refresh worker at https://docs.runpod.io/serverless/workers/handlers/handler-additional-controls#refresh-worker But i don't know what is the way to achieve retry mechanism by refreshing the worker.
8 replies