Lilian Kasem
Lilian Kasem
We think the worker we're doing for graceful shutdown will help address this. - https://github.com/Azure/azure-functions-host/issues/2308 @brettsam made some changes to the disposal path and will validate if this was the...
Only note I have is that we might want these logs to be at least warning level in the scale controller table so that they're easy to see, otherwise lgtm....
> @fabiocav I'll try and pull this during the week to update to latest - pretty sure I intentionally left 1 test in to make sure that works but will...
@NickCraver looks like there are still some pipeline issues to fix, otherwise should be good to merge!
Is this issue still happening for anyone in the latest host version? A change to address this should have been released by now
Interesting, do you mind sharing the following so I can take a look: - Region - Timestamp - Invocation Id of a function that executed around the time you saw...
I spent some time trying to repro this and wasn't able to with the latest host version (4.3.2) or with 4.3.0. I deployed a function app with 4 instances and...
We always recommend having a separate storage account per Function App as load from one app could impact the other e.g. if they're hitting storage throttles. I think it's worth...
We took a deeper look into this and it looks like the fix has unfortunately still not been released, it should have gone into v3 but for v4 it should...