microsoft / durabletask-java

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

Durable retry policies #18

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

Retry policies are not yet implemented for the Java SDK. Retry polcies will cover:

I consider this to be in scope for public preview. I'm currently working on it for .NET Isolated and I'd like to also implement it for Java to help make sure the design is solid and applies well to multiple languages.

cgillum commented 2 years ago

Reopening to track support for imperative retry policies (i.e. custom retry logic), which is still needed.