documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Docs for NextRetryDelay

Open drewhoskins-temporal opened this issue 1 year ago • 1 comments

What does this PR do?

Adds documentation for the new "Next Retry Delay" feature. I've added overview docs and SDK-specific docs for one language, Java.

Notes to reviewers

My first documentation contribution. If this looks good, I would prefer to open a new PR for the other language-specific docs, or I may ask others to do so.

Testing: http://localhost:3000/references/failures#next-retry-delay http://localhost:3000/develop/java/failure-detection#next-retry-delay

What the Java page looks like Screenshot 2024-06-26 at 7 26 48 PM

drewhoskins-temporal avatar Jun 27 '24 17:06 drewhoskins-temporal

Also include the limitations of this feature in the docs? https://github.com/temporalio/api/blob/5b356b506e0b86ba26dc6f795bfb011eeb4dfa6e/temporal/api/failure/v1/message.proto#L49

gow avatar Jun 27 '24 22:06 gow

Also include the limitations of this feature in the docs? https://github.com/temporalio/api/blob/5b356b506e0b86ba26dc6f795bfb011eeb4dfa6e/temporal/api/failure/v1/message.proto#L49

That message was out-of-date. It's now removed.

drewhoskins-temporal avatar Jul 12 '24 04:07 drewhoskins-temporal