A function cannot be executed for more than 10 minutes. If your function requires more than 10 minutes to complete, consider the following options:
Split a large function into multiple small functions and execute them independently. If you use CloudFlow orchestration, the functions in a process can keep being executed for up to one year.
Use performance instances. The maximum timeout period of a function on performance instances is 2 hours.
If your function is difficult to split into smaller functions and takes 10 to 15 minutes to be executed, contact us.