Skip to content

Commit b82a4b9

Browse files
authored
Merge pull request #4402 from famarting/wf-backoff-coefficient
workflows: fix description of backoff coefficient
2 parents 639362e + 1af275a commit b82a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Because workflow retry policies are configured in code, the exact developer expe
135135
| --- | --- |
136136
| **Maximum number of attempts** | The maximum number of times to execute the activity or child workflow. |
137137
| **First retry interval** | The amount of time to wait before the first retry. |
138-
| **Backoff coefficient** | The amount of time to wait before each subsequent retry. |
138+
| **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. |
139139
| **Maximum retry interval** | The maximum amount of time to wait before each subsequent retry. |
140140
| **Retry timeout** | The overall timeout for retries, regardless of any configured max number of attempts. |
141141

0 commit comments

Comments
 (0)