Skip to content

DurableTask.AzureStorage: CreateTimer fails to complete if called after a continue as new #285

Description

On DurableTask.AzureStorage, the following orchestration hangs; stepping through the debugger reveals that the timer does not fire.

publicoverrideasyncTask<string>RunTask(OrchestrationContextcontext,intinput){if(input==0){context.ContinueAsNew(1);return"continue as new";}elseif(input==1){awaitcontext.CreateTimer(context.CurrentUtcDateTime,0);return"OK";}

Metadata

Metadata

Labels

durable functionsThis issue is an ask from the Durable Functions team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions