Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ The website owner has configured rate limiting rules that restrict how many requ
- Review your current [rate limiting thresholds](/waf/rate-limiting-rules/) and adjust your configuration.
- If a rate limiting rule is blocking requests in a short time period (for example, one second), try increasing the time period to 10 seconds.

:::note
If you expect a new Cloudflare Worker to exceed rate limits, refer to the [Workers documentation](/workers/platform/limits/) for guidance.
:::
:::note
_Unable to purge_ is another `1015` error code relating to [Cloudflare cache purge](/cache/how-to/purge-cache). Retry the cache purge and contact [Cloudflare support](/support/contacting-cloudflare-support/) if errors persist.
:::
1 change: 0 additions & 1 deletion src/content/docs/workers/observability/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ When a Worker running in production has an error that prevents it from returning
| `1101` | Worker threw a JavaScript exception. |
| `1102` | Worker exceeded [CPU time limit](/workers/platform/limits/#cpu-time). |
| `1103` | The owner of this worker needs to contact [Cloudflare Support](/support/contacting-cloudflare-support/) |
| `1015` | Worker hit the [burst rate limit](/workers/platform/limits/#daily-requests). |
| `1019` | Worker hit [loop limit](#loop-limit). |
| `1021` | Worker has requested a host it cannot access. |
| `1022` | Cloudflare has failed to route the request to the Worker. |
Expand Down
Loading