The recommended useGracefulShutdown setting cannot be used with .NET Isolated.
#415
Unanswered
Tatsuro Shibamura (shibayan)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In the Netherite host.json sample,
useGracefulShutdownis enabled and I understand that this is recommended, but since it is only enabled for In-Process, it seems that it cannot be used with .NET Isolated.With OoP Azure Functions, does Netherite shut down safely even without Graceful Shutdown settings?
All reactions