error code: 1015

I own the cloudflare worker and I want to bypass the rate limit how do fix this error
3 Replies
SuperHelpflare
SuperHelpflare2mo ago
Support AI
Hey 👋 It seems there may not be enough information in your post to effectively get support from the community. Please ensure you include as much as possible, you can check the channel guidelines for some examples of what kind of information to include.
This is an AI generated response, it may not be 100% accurate. Please validate the output. You can ask followups by replying to this message or mentioning me.
Who?
Who?OP2mo ago
I pay for cloudflare workers as well what are the steps to fix the error as I have an API key set directly in the code so only I can use the worker however my IP is being rate limited regardless I also dont use WAF
Jeff
Jeff2mo ago
https://developers.cloudflare.com/workers/platform/limits/
If you expect to receive 1015 errors in response to traffic or expect your application to incur these errors, contact Cloudflare support to increase your limit. Cloudflare's anti-abuse Workers Rate Limiting does not apply to Enterprise customers. You can also confirm if you have been rate limited by anti-abuse Worker Rate Limiting by logging into the Cloudflare dashboard, selecting your account and zone, and going to Security > Events. Find the event and expand it. If the Rule ID is worker, this confirms that it is the anti-abuse Worker Rate Limiting.
They have built in rate limits for workers to prevent abuse. If you're seeing these errors for a worker you'll need to contact them to increase your limits
Cloudflare Docs
Limits
Cloudflare Workers plan and platform limits.

Did you find this page helpful?