Wrangler deploy throwing error 10013

Can no longer wrangler deploy my worker either locally or via github actions. Getting the error
✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/embed-worker-production/deployments) failed.
packages/embed-worker deploy-worker: An unknown error has occurred. If this error persists, please file a report in workers-sdk (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team. [code: 10013]
✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/embed-worker-production/deployments) failed.
packages/embed-worker deploy-worker: An unknown error has occurred. If this error persists, please file a report in workers-sdk (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team. [code: 10013]
if I rerun a build for commit that previous passed via github actions I get the same error. Which seems to suggest its an API issue with my account, rather wrangler version or particular code that I deploying if I go to the worker on the cloudflare dash the code has been uploaded by not deployed
8 Replies
Walshy
Walshy2w ago
what's the account id?
cloudkite
cloudkiteOP2w ago
0fdad119d66661d1a9bf49bcca658a9c thanks!
Walshy
Walshy2w ago
are you doing concurrent deploys?
cloudkite
cloudkiteOP2w ago
to different workers?
Walshy
Walshy2w ago
to this same worker or to workers in the same zone
cloudkite
cloudkiteOP2w ago
yeh to different workers in same zone
Walshy
Walshy2w ago
yeah we don't handle concurrency too well right now if you do that sequentially you should be fine
cloudkite
cloudkiteOP2w ago
ok ill give that a test. thanks Thanks so much, its working again now

Did you find this page helpful?