Skip to content

Commit

Permalink
Merge pull request #4402 from famarting/wf-backoff-coefficient
Browse files Browse the repository at this point in the history
workflows: fix description of backoff coefficient
  • Loading branch information
hhunter-ms authored Oct 31, 2024
2 parents 639362e + 1af275a commit b82a4b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Because workflow retry policies are configured in code, the exact developer expe
| --- | --- |
| **Maximum number of attempts** | The maximum number of times to execute the activity or child workflow. |
| **First retry interval** | The amount of time to wait before the first retry. |
| **Backoff coefficient** | The amount of time to wait before each subsequent retry. |
| **Backoff coefficient** | The coefficient used to determine the rate of increase of back-off. For example a coefficient of 2 doubles the wait of each subsequent retry. |
| **Maximum retry interval** | The maximum amount of time to wait before each subsequent retry. |
| **Retry timeout** | The overall timeout for retries, regardless of any configured max number of attempts. |

Expand Down

0 comments on commit b82a4b9

Please sign in to comment.