cloudflare / cloudflare/cloudflare-docs
Inconsistent Cron Triggers limit: "per Worker" vs "per account"
- Dominant language
- MDX
- Stars
- 5.2k
- Forks
- 16.7k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 337
Description
### Existing documentation URL(s)
https://developers.cloudflare.com/workers/platform/limits/
https://developers.cloudflare.com/workers/configuration/cron-triggers/#limits
### What changes are you suggesting?
There is an inconsistency in the Cloudflare Workers documentation regarding Cron Triggers limits.
- The Cron Triggers page states:
"Refer to Limits to track the maximum number of Cron Triggers per Worker."
- However, the Limits page specifies:
"Number of Cron Triggers per account: 5 (Free), 250 (Paid)"
## Issue
These statements conflict — one implies limits are per Worker, while the other clearly defines them as per account.
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.