Skip to content

Commit 004e2ed

Browse files
authored
retry info
1 parent 233fdf3 commit 004e2ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/dotnet-isolated-process-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ and those could vary depending on the trigger type being used. Some common reaso
563563
1. Client Disconnect: the client that is invoking your function disconnected. This is most likely for HttpTrigger functions.
564564
2. Function App Restart: if you, or the platform, restart (or stop) the Function App around the same time an invocation is requested.
565565
A restart can occur due to worker instance movements, worker instance updates, or scaling.
566+
- Invocations in-flight during a restart event may be retried depending on how they were triggered. Please refer to the [retry documentation](https://learn.microsoft.com/azure/azure-functions/functions-bindings-error-pages?tabs=fixed-delay%2Cisolated-process%2Cnode-v4%2Cpython-v2&pivots=programming-language-csharp#retries) for further information.
566567

567568
For the dotnet-isolated worker, the host we will send the invocation through to the worker _even_ if the cancellation token was cancelled _before_ the host is able to send the invocation request to the worker.
568569

0 commit comments

Comments
 (0)