sherzod
1
Can somebody explain why there is such inconsistency in docs Environments · Cloudflare Workers docs ?
- Docs say that one can create different environments for the same worker service
- But then
wrangler.toml
requires to have a unique service name
for every environment
- Which in result creates completely separate worker services with
production
environments
- Wrangler github action also creates separate worker services
The new environments aren’t yet supported in Wrangler. Right now, it will do it the old way (new Worker per env)
I’m not sure when this will be supported but that’s why
Can somebody explain why there is such inconsistency in docs Environments · Cloudflare Workers docs ?
- Docs say that one can create different environments for the same worker service
- But then wrangler.toml requires to have unique service
name
for every environment
- Which in result creates completely separate worker services with
production
environments
- Wrangler github action also creates separate worker services
1 Like
system
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.