Skip to content

Commit d229e30

Browse files
authored
Ignore exception
1 parent 31893e7 commit d229e30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,9 @@ If you do not want pre-cancelled invocations to be sent to the worker, you can a
581581
>
582582
> `Cancellation has been requested. The invocation request with id '{invocationId}' is canceled and will not be sent to the worker`
583583
>
584-
> This occurs when the cancellation token is cancelled (as a result of one of the events described above) _before_ the host has sent an incoming invocation request to the worker.
584+
> This occurs when the cancellation token is cancelled (as a result of one of the events described above) _before_ the host has sent
585+
> an incoming invocation request to the worker. This exception can be safely ignored and would be expected when `SendCanceledInvocationsToWorker`
586+
> is `false`.
585587
586588
## Bindings
587589

0 commit comments

Comments
 (0)