You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workflows/build/workers-api.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,12 @@ Refer to the [events and parameters](/workflows/build/events-and-parameters/) do
69
69
*`name` - the name of the step.
70
70
*`timestamp` - a JavaScript `Date` object or seconds from the Unix epoch to sleep the Workflow instance until.
71
71
72
+
:::note
73
+
74
+
`step.sleep` and `step.sleepUntil` methods do not count towards the maximum Workflow steps limit. More information is available [here](/workflows/reference/limits/) regarding the limits imposed to Workflow.
0 commit comments