microsoft / durabletask-java

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

Ability to specify timestamp while creating durable timers #103

Closed akshaykumars10 closed 1 year ago

akshaykumars10 commented 1 year ago

In the java SDK, We can only specify a Delay after which the timer will expire. Can we also start supporting timestamp-based durable timers in the JAVA version? Ref: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-timers?tabs=java

cgillum commented 1 year ago

@akshaykumars10 yes, we can look into this.

kanupriya15025 commented 1 year ago

@cgillum @kaibocai When will this be available in the SDK?

kaibocai commented 1 year ago

@cgillum @kaibocai When will this be available in the SDK?

Hi @kanupriya15025 , thanks for reaching out. We are actively working on rolling out a new version SDK that will include this feature. I am sorry that I can not provide an accurrate time for now. But we will keep you update once it's avaliable. Thank you very much.