Privv
Privv
CDCloudflare Developers
Created by Privv on 4/17/2025 in #general-help
[Workers] Images binding unset on deploy
I am seeing issues when I am deploying a new revision of my worker with a images binding. the images binding gets unset so I need to re-add it using admin
[[images]]
binding = "IMAGES"
[[images]]
binding = "IMAGES"
or
[images]
binding = "IMAGES"
[images]
binding = "IMAGES"
What is the issue or error you’re encountering Images binding is unset on deploy What are the steps to reproduce the issue? add images binding in cf admin to a worker add images binding to wrangler.toml and deploy using wrangler deploy. I did also write a post on CF support community: https://community.cloudflare.com/t/worker-images-binding-unset-on-deploy/789912
4 replies
CDCloudflare Developers
Created by Privv on 3/26/2025 in #general-help
Random worker wall-time sometimes spikes
We're using CF workers as a CDN with cache for our other api. The setup is: 1.x-cdn.domain.com = CF worker with cacheEverything:true and cacheTtl: 900 2. x.domain.com runs on Google Cloud run. We're not seeing any issues on this service Most of the time do we serve data within 500ms but sometimes it randomly spikes up to 15 seconds which timesout other services. Any idea?
1 replies