How can I increase the timeout on my durable function app?

Shah, Maitree 0 Reputation points
2024-07-27T18:25:56.25+00:00

Hello,

I am currently using a consumption plan for my function app, but I need to process files that may take longer than 1 hour. Will using a durable function app solve this issue? Additionally, if I add the following code to my local settings, will it change anything?

"extensions": {
  "durableTask": {
    "maxTimeout": "03:00:00"
  }
}
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,681 questions
0 comments No comments
{count} votes