microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Break long timers into smaller timers #122

Closed kamperiadis closed 1 year ago

kamperiadis commented 1 year ago

Issue describing the changes in this PR

Resolves #114 Currently, we do not support timers longer than 7 days. However, the changes in this PR work around that by breaking up a single long timer into several shorter ones.

Pull request checklist

kanupriya15025 commented 1 year ago

@kamperiadis Is this released in the SDK?