question

YefersonNovaAlmanza-7446 avatar image
0 Votes"
YefersonNovaAlmanza-7446 asked YefersonNovaAlmanza-7446 commented

Timeout value of 00:30:00 exceeded by function

Hello everyone, I have a function in azure that saves the Exchange messagetarce however in some cases the duration time is greater than 30 minutes, I have a premium feature plan and configured in host.json the duration time in 1 hour but despite this the function only runs 30 minutes.
99508-image.png


azure-functions
image.png (15.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered YefersonNovaAlmanza-7446 commented

Hi @YefersonNovaAlmanza-7446

Welcome to Microsoft Q&A! Thanks for posting the question.

Looks like you have specified the functionTimeout inside the extensionBundle. Can you update functionTimeout outside the extensionBundle and see if it helps you. As the default timeout is 30 min for the Premium plan type and it is still using the default value as it is incorrectly specified in host.json

99637-image.png


image.png (23.6 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello, thanks for the help, it helped me a lot, if that was the problem, I am working correctly.
99965-function.png


1 Vote 1 ·
function.png (16.9 KiB)