Pages rate-limiting itself

When I try to deploy my site made with hugo I get an error saying [{"text":"Too many bulk operations already in progress. Please wait until one completes before retrying. [code: 10046]"}]. It seems like cloudfront pages is rate limiting it's own deployment? I'm using the automatic deployments via the cloudflare console. Seems like I need to wait like 30 minutes between each deploy. Deploy id: a9bda118-b306-41e3-ad3d-24f0550022a7 Account id: 13a3fb72ca14f42912ed874646eccf61
2 Replies
evantobin
evantobin10mo ago
seems similar to this bug in the workers sdk https://github.com/cloudflare/workers-sdk/issues/2245
GitHub
🐛 BUG: ✘ [ERROR] fetch failed when publishing a workers-site · Issu...
What version of Wrangler are you using? 2.4.2 What operating system are you using? Ubuntu Describe the Bug I'm unable to publish a workers-site with wrangler2 that was able to be published with...
Erisa
Erisa10mo ago
If you try new deployments now is it still happening or was it a temporary issue?