Azure / Azure-Functions

1.1k stars 189 forks source link

Please clarify between service bus trigger message lock and azure function consumption timeout #2492

Open abratv opened 3 weeks ago

abratv commented 3 weeks ago

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

abratv commented 3 weeks ago

In the same time I also can run function consumption that run more than 1 minute, I don't get that MessageLostException