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?