Is it possible to set serverless endpoints to run for more than 24 hours?
I’m trying to configure my serverless endpoints so they can run for more than 24 hours. I set a policy for the job as described here: https://docs.runpod.io/serverless/endpoints/send-requests#execution-policies and also set the
executionTimeout
to a value higher than 24 hours when creating the endpoints. However, the jobs still exit exactly at the 24-hour mark. Is it possible to increase this limit, and if so, how?Runpod Documentation
Send requests to an endpoint - Runpod Documentation
4 Replies
@Elif Sezgin
Escalated To Zendesk
The thread has been escalated to Zendesk!
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
look at
ttl
in the same doc
ill have someone update docs, ttl isnt just for queue but also for the job expirationThank you! I bumped up the
ttl
and running a test job right now, will let you know if it worked by tomorrow.
Oh, forgot to let you know earlier - I was able to extend the execution time limit with the ttl
setting. Thanks a lot!