Azure / Azure/durabletask

IOrchestrationService.RenewTaskOrchestrationWorkItemLockAsync is not called frequently enough

Open
#112 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.7k
Forks
335
Avg merge
2d 23h
Merged PRs (30d)
6

Description

The providers implement the `IOrchestrationService.RenewTaskOrchestrationWorkItemLockAsync` method, but it is never actually called by the framework.

Two alternative suggestions:

* Update the dispatcher logic to actually call this method (and renew the associated session)
* Remove/obsolete this interface method since orchestrations are not intended to be long-running.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.