We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c36b88 commit c4b2138Copy full SHA for c4b2138
src/content/docs/workflows/build/sleeping-and-retrying.mdx
@@ -70,7 +70,7 @@ const defaultConfig: WorkflowStepConfig = {
70
When providing your own `StepConfig`, you can configure:
71
72
* The total number of attempts to make for a step
73
-* The delay between attempts (accepts both number (ms) or a human-readable format)
+* The delay between attempts (accepts both `number` (ms) or a human-readable format)
74
* What backoff algorithm to apply between each attempt: any of `constant`, `linear`, or `exponential`
75
* When to timeout (in duration) before considering the step as failed (including during a retry attempt)
76
0 commit comments