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?
#Is it possible to set serverless endpoints to run for more than 24 hours?
7 messages · Page 1 of 1 (latest)
@fringe crown
Escalated To Zendesk
The thread has been escalated to Zendesk!
Let me know how it goes
look at ttl in the same doc
ill have someone update docs, ttl isnt just for queue but also for the job expiration
Thank you! I bumped up the ttl and running a test job right now, will let you know if it worked by tomorrow.