Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/workflows/reference/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ A Workflow that is waiting on a response to an API call, paused as a result of c
| CPU time (ms) | 10 milliseconds of CPU time per invocation | 30 million CPU milliseconds included per month + $0.02 per additional million CPU milliseconds |
| Storage (GB-mo) | 1GB | 1GB included per month + $0.20/ GB-month |

::note[CPU limits]
:::note[CPU limits]

You can increase the CPU limit available to your Workflow instances up to 5 minutes per Workflow by [setting the `limits.cpu_ms` property](/workers/wrangler/configuration/#limits) in your Wrangler configuration.

:::

### Storage Usage

:::Note
:::note

Storage billing for Workflows will go live on September 15th, 2025.

Expand Down