[Cloudflare] ERROR: Too Many Requests
-
Hi,
The plugin works great with one exception.
I have a calendar plugin (https://webnus.net/modern-events-calendar/) which does a scheduled import of events. The import is done via cron that runs a php file via command line. The way the import works is that it will create new events (posts) or update existing posts. Each update triggers the cache purge which then results in too many Requests from cloudflareI have tried different plugin settings such as disabling purge on change and even excluding the whole URL from being cached but nothing seems to help.
I even tried to change the queue timeout from 10 seconds to 60 seconds by editing the
wp-cloudflare-super-page-cache.php
but that did not work either.It feels like perhaps this plugin could be added to the 3rd party tab and be completely excluded?
The below is just one example out of many:
[Cloudflare] ERROR: [CLIENT API] Array ( [type] => response [reason] => Too Many Requests [code] => 429 ) [Cloudflare] ERROR: Too Many Requests [Cloudflare] ERROR: [CLIENT API] Array ( [type] => request [path] => https://api.cloudflare.com/client/v4/zones/***REDACTED***/purge_cache [timeout] => 30 [method] => DELETE [headers] => Array ( [Content-Type] => application/json [X-Auth-Email] => REDACTED [X-Auth-Key] => REDACTED ) [body] => {"files":["https:\/\/sqlwatch.io\/blog\/author\/","https:\/\/sqlwatch.io\/blog\/author\/feed\/","https:\/\/sqlwatch.io\/events\/","https:\/\/sqlwatch.io\/events\/feed\/","https:\/\/sqlwatch.io\/events\/data-saturday-albuquerque-2022-tentative-albuquerque-sql-server-user-group\/","https:\/\/sqlwatch.io\/feed\/rdf\/","https:\/\/sqlwatch.io\/feed\/rss\/","https:\/\/sqlwatch.io\/feed\/","https:\/\/sqlwatch.io\/feed\/atom\/","https:\/\/sqlwatch.io\/comments\/feed\/","https:\/\/sqlwatch.io\/events\/data-saturday-albuquerque-2022-tentative-albuquerque-sql-server-user-group\/feed\/","https:\/\/sqlwatch.io\/","https:\/\/sqlwatch.io\/blog\/","https:\/\/sqlwatch.io\/page\/1\/","https:\/\/sqlwatch.io\/page\/2\/","http:\/\/sqlwatch.io\/blog\/author\/","http:\/\/sqlwatch.io\/blog\/author\/feed\/","http:\/\/sqlwatch.io\/events\/","http:\/\/sqlwatch.io\/events\/feed\/","http:\/\/sqlwatch.io\/events\/data-saturday-albuquerque-2022-tentative-albuquerque-sql-server-user-group\/","http:\/\/sqlwatch.io\/feed\/rdf\/","http:\/\/sqlwatch.io\/feed\/rss\/","http:\/\/sqlwatch.io\/feed\/","http:\/\/sqlwatch.io\/feed\/atom\/","http:\/\/sqlwatch.io\/comments\/feed\/","http:\/\/sqlwatch.io\/events\/data-saturday-albuquerque-2022-tentative-albuquerque-sql-server-user-group\/feed\/","http:\/\/sqlwatch.io\/","http:\/\/sqlwatch.io\/blog\/","http:\/\/sqlwatch.io\/page\/1\/","http:\/\/sqlwatch.io\/page\/2\/"]} )
- This topic was modified 3 years, 1 month ago by .
- This topic was modified 3 years, 1 month ago by .
- This topic was modified 3 years, 1 month ago by .
The page I need help with: [log in to see the link]
- The topic ‘[Cloudflare] ERROR: Too Many Requests’ is closed to new replies.