Azure-Functions
Azure-Functions copied to clipboard
Please clarify between service bus trigger message lock and azure function consumption timeout
Please describe the documentation request or issue. Be as specific as possible.
At this moment it is not clear between Service bus trigger message lock of 1 minute vs Azure function consumption timeout (10 minutes)
The reason is we got MessageLostException but we are unable to figure out what exactly the cause is Do we need to extend the message lock to (max) 5 minutes? then it contradict with max 10 minutes of the azure function consumption timeout
In the same time I also can run function consumption that run more than 1 minute, I don't get that MessageLostException