Skip to content

Commit 259c5b5

Browse files
committed
fix typo
1 parent 74e7ee9 commit 259c5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/reference/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Many limits are inherited from those applied to Workers scripts and as documente
4848

4949
### `waiting` instances do not count towards instance concurrency limits
5050

51-
Instances that are on a `waiting` state - either sleeping, waiting for a retry or waiting for an event - do **not** count towards concurrency limits. It means that other `queued` instances will be scheduled when an instance goes from a `running` state to a `waiting` one, usually the oldest instance queued, in a best-effort basis. This state transition - `running` to `waiting` - may not occur if the wait duration is too short.
51+
Instances that are on a `waiting` state - either sleeping, waiting for a retry or waiting for an event - do **not** count towards concurrency limits. It means that other `queued` instances will be scheduled when an instance goes from a `running` state to a `waiting` one, usually the oldest instance queued, on a best-effort basis. This state transition - `running` to `waiting` - may not occur if the wait duration is too short.
5252

5353
For example, consider a Workflow that does some work, waits for 30 days, and then continues with more work:
5454

0 commit comments

Comments
 (0)