Intermittent errors with wrangler deploy

I have a monorepo with a number of workers and pages apps and am running into issues with deployments via wrangler deploy...

For now, I'm using pnpm run -r deploy to run the deploy tasks in each workspace and am getting workers.api.error.unknown [code: 10013], although it's not always on the same app. When I run the deployments individually from each app, everything works fine.

Currently there are only 3 workers and 2 pages apps, but I'm planning on having several more of each (and using GHA).

Is it likely that I'm hitting a rate limit or is it more likely to be something else?
Was this page helpful?