scruffy
Explore posts from serversCDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
Awesome, thanks!
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
Thanks, really appreciate your help. Enjoy your day off!
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
In case it helps, here's the log output from an earlier unsuccessful run of
pnpm run -r deploy
...35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
For now, I can just run individual deployments manually as needed, but the plan is to get things into CI via GitHub Actions, where that won't be an option. Am having a bit of a wobble as this is pretty core to our design -- any advice would be very gladly received!
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
Another update... just successfully ran
pnpm run -r deploy:preview
, so tried pnpm run --parallel deploy:preview
again, which failed 😦35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
just successfully deployed via
pnpm run --parallel deploy:preview
, then immediately tried pnpm run -r deploy:preview
, which failed, so tried pnpm run --parallel deploy:preview
again, which then failed35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
also, if i disable the deployment for the worker that's erroring, i get the same error on the next available worker... the error seems to always be on the first worker in the deployment (as pnpm kills all deployment tasks before anything deploys)
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
This seems like a strange error, given that the app has been successfully deployed in the past
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
setting
workers_dev = false
seemed to work, but i'm actually getting intermittent failures... have successfully deployed a few times this morning, then started getting errors. Also, I misdescribed something yesterday: I was actually using pnpm run --parallel deploy
when I was getting workers.api.error.unknown [code: 10013]
. Today I went back to trying pnpm run -r deploy
and am now getting a different error, which might be helpful: ✘ [ERROR] In a non-interactive environment, it's necessary to set a CLOUDFLARE_API_TOKEN environment variable for wrangler to work.
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
haha, no worries!
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
@Walshy | Deploying you're a star, that's worked a charm! thanks for your help 🙌
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
aha, will give it a whirl. thanks 🙂
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
i've not set it at all... might it be good to explicitly set it to false?
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
ah, no... is that likely to help?
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
good to know, thanks
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
if it is something else, i'm a bit baffled, as running each deployment inidivdually works fine
35 replies
CDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
Intermittent errors with wrangler deploy
should i expect a more explicit error message for rate limits?
35 replies