scruffy
Explore posts from serversCDCloudflare Developers
•Created by scruffy on 8/25/2024 in #workers-help
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?35 replies
CDCloudflare Developers
•Created by scruffy on 6/27/2023 in #general-help
"Virtual subdomain" Transform Rules
I'd like to use Transform Rules to catch any requests to any subdomain on a domain managed by Cloudflare and dynamically transform the URL and redirect to something like https://domain.tld/subdomain. Ideally, I'd like to do this without having to create DNS entries for each subdomain... is this possible?
My hunch is that this might not be possible, but wanted to check I'm not missing something.
3 replies