You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Netherite host.json sample, useGracefulShutdown is 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?
useGracefulShutdown false (Preview) Enable gracefully shutting down to reduce the chance of host shutdowns failing in-process function executions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the Netherite host.json sample,
useGracefulShutdown
is 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?
Beta Was this translation helpful? Give feedback.
All reactions