CanRau
CanRau
Explore posts from servers
CDCloudflare Developers
Created by CanRau on 4/22/2024 in #workers-help
Move route from 1 worker to another without downtime?
I have a running Worker with a route which proxies basically the whole domain, now I'm starting to use Environments and want to leave the naming to wrangler etc so it's creating a new Worker with -production appended, also want this to have deploys be more explicit -e production so wouldn't want the top-level to be production config. Though when trying to deploy it's complaining about another Worker already using that route. One alternative that just came to mind is renaming the existing worker instead 🤔
2 replies