Skip to content

Commit 998533e

Browse files
committed
Restore unlimited wall time labels
1 parent 267a9d9 commit 998533e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/partials/workers/wall-time-limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The following table summarizes the wall time limits for different types of Worke
1010

1111
| Invocation type | Wall time limit | Details |
1212
| ------------------------------------------------------------------ | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13-
| Incoming HTTP request | No hard limit | No hard limit while the client remains connected. A Worker that is still streaming a response body remains active. [`waitUntil()`](/workers/runtime-apis/context/#waituntil) extends execution for up to 30 seconds after the response or disconnect. |
13+
| Incoming HTTP request | Unlimited | No hard limit while the client remains connected. A Worker that is still streaming a response body remains active. [`waitUntil()`](/workers/runtime-apis/context/#waituntil) extends execution for up to 30 seconds after the response or disconnect. |
1414
| [Cron Triggers](/workers/configuration/cron-triggers/) | 15 minutes | Scheduled Workers have a maximum wall time of 15 minutes per invocation. |
1515
| [Queue consumers](/queues/configuration/javascript-apis/#consumer) | 15 minutes | Each consumer invocation has a maximum wall time of 15 minutes. |
1616
| [Durable Object alarm handlers](/durable-objects/api/alarms/) | 15 minutes | Alarm handler invocations have a maximum wall time of 15 minutes. |
17-
| [Durable Objects](/durable-objects/) (RPC / HTTP) | No hard limit | No hard limit while the caller stays connected to the Durable Object. Durable Objects remain active while a request, RPC call, response stream, WebSocket, or pending I/O is in flight. |
17+
| [Durable Objects](/durable-objects/) (RPC / HTTP) | Unlimited | No hard limit while the caller stays connected to the Durable Object. Durable Objects remain active while a request, RPC call, response stream, WebSocket, or pending I/O is in flight. |
1818
| [Workflows](/workflows/) (per step) | Unlimited | Each step can run for an unlimited wall time. Individual steps are subject to the configured [CPU time limit](/workers/platform/limits/#cpu-time). |

0 commit comments

Comments
 (0)