Skip to content

Commit

Permalink
Adding some warning for eternal orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe84 authored Apr 17, 2018
1 parent 7aba1e2 commit 6f24efa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ When `ContinueAsNew` is called, the instance enqueues a message to itself before
> [!NOTE]
> The Durable Task Framework maintains the same instance ID but internally creates a new *execution ID* for the orchestrator function that gets reset by `ContinueAsNew`. This execution ID is generally not exposed externally, but it may be useful to know about when debugging orchestration execution.
> [!WARNING]
> Current implementation of Durable Functions might ignore some calls to `ContinueAsNew` if done in a rapid succession. Be
> careful in the use of this pattern at the moment.
## Periodic work example

One use case for eternal orchestrations is code that needs to do periodic work indefinitely.
Expand Down

0 comments on commit 6f24efa

Please sign in to comment.