Skip to content

Commit 5c36b88

Browse files
committed
added info that delay in StepConfig is ms
1 parent 5d7940a commit 5c36b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/sleeping-and-retrying.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const defaultConfig: WorkflowStepConfig = {
7070
When providing your own `StepConfig`, you can configure:
7171

7272
* The total number of attempts to make for a step
73-
* The delay between attempts
73+
* The delay between attempts (accepts both number (ms) or a human-readable format)
7474
* What backoff algorithm to apply between each attempt: any of `constant`, `linear`, or `exponential`
7575
* When to timeout (in duration) before considering the step as failed (including during a retry attempt)
7676

0 commit comments

Comments
 (0)