Peter Belbin
CDCloudflare Developers
•Created by Serhii Bilonoh on 9/12/2024 in #workers-help
Old assets availability with `--old-asset-ttl`
Hmmmmmmm. I think this could be considered a bug. Seems like, for your use case, the manifest should be including the not-yet-expired asset details so that the mapping can be successful until they expire.
3 replies
CDCloudflare Developers
•Created by Peter Belbin on 8/8/2023 in #workers-help
Wrangler 1.x allowed CF_ZONE_ID to be set as an environment variable. Does Wrangler 3.x ?
Hmmmmm. I see some examples about
--routes
, but it seems there's just a single url matching mask, rather than also having the zone ID.7 replies
CDCloudflare Developers
•Created by Peter Belbin on 8/8/2023 in #workers-help
Wrangler 1.x allowed CF_ZONE_ID to be set as an environment variable. Does Wrangler 3.x ?
So the only way to set the zone ID is within a
route = { pattern = "xxxxxx", zone_id = "{zoneID}" }
kind of thing in the TOML file?7 replies
CDCloudflare Developers
•Created by Peter Belbin on 8/8/2023 in #workers-help
Wrangler 1.x allowed CF_ZONE_ID to be set as an environment variable. Does Wrangler 3.x ?
I see in a changelog, that there is a note from way-back, that CLOUDFLARE_ACCOUNT_ID should be used instead of CF_ACCOUNT_ID, but, what about CF_ZONE_ID -> CLOUDFLARE_ZONE_ID ?
7 replies