Wrangler deploy throwing error 10013
Can no longer wrangler deploy my worker either locally or via github actions. Getting the error
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
what's the account id?
0fdad119d66661d1a9bf49bcca658a9c
thanks!
are you doing concurrent deploys?
to different workers?
to this same worker
or to workers in the same zone
yeh to different workers in same zone
yeah we don't handle concurrency too well right now
if you do that sequentially you should be fine
ok ill give that a test. thanks
Thanks so much, its working again now