IOrchestrationService.RenewTaskOrchestrationWorkItemLockAsync is not called frequently enough
Open
- 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.