Accounts using the Workers Free plan are subject to a burst rate limit of 1,000 requests per minute. Users visiting a rate limited site will receive a Cloudflare 1015 error page. However if you are calling your Worker programmatically, you can detect the rate limit page and handle it yourself by looking for HTTP status code 429.
Workers being rate-limited by Anti-Abuse Protection are also visible from the Cloudflare dashboard. Log in to the Cloudflare dashboardOpen external link > select your site > Security > Events > scroll to Activity log and review the log for a Web Application Firewall Block event with a ruleID of worker.
Hi,
Thanks a lot for the response and the insights. Workers are not in use.
A bare-metal server is running with a Wordpress instance. This Wordpress is using a public API on the same server connecting through it via the public available host and Cloudflare.
I am not sure why this is now affected by the workers at all.