Retry Policies in Temporal

Apr 4, 2022

RetryPolicy instances in Temporal allow you to define how Temporal retries Activities. You can specify options like the number of times to retry before failing and how long to wait between retries. Below are the supported options:

Below is a tool that calculates whether an activity succeeds or fails for a given retry policy.

Activity Retries

Retry Policy (in ms)


Did you find this tutorial useful? Say thanks by starring our repo on GitHub!