About this point, the documentation under « Region » field precise « if known », but it's not the case of « country », do this mean country is always available (even with Tor) ?
Hello I am new on the discord I am checking on what could be a good way to improve our workers/DO deployments, to quickly rollback in case of problem in an automated fashion. So I was looking at the cool stuff like canary deployments, blue-green, etc. Using potentially logs or analytics engine to generate metrics defining if the new release is healthy As we use DOs, it is not so easy to replicate all our workers & DOs, put a gateway in front and send part of the traffic to the new deployment. Out there projects like these seems abandoned: https://github.com/stuartsan/cloudflare-workers-kv-canary-releases, this one as well https://github.com/DigitalOptimizationGroup/blue-green-cloudflare-workers Any thoughts on this topic?
How would you deal with slowly releasing a new version (geo/region release?) Is it possible? The idea would be to not shift the whole traffic on deploy et rollback in case of problem (eventually we might do this if nothing else is possible) But instead focus on canary release to impact only a small portion of users when introducing an unexpected change
I can't find any VPN/proxy based on this kind of islands ( Martinique, Guadeloupe, La Réunion, ... ) to test, not found VPS hosted on theses islands, so I can't simulate someone calling my worker to confirm that... if someone have a clever idea to help me, this will be appreciated !
Sounds like an good option because I plan to store small objects in it, I want to confirm how the duration is billed (no websockets), say I want to read an object once and then once again 1 second after, do I get billed ~1 seconds or just the split milliseconds that the DO was actually working on those reads ?
You’ll only be charged by the ms. The duration billing for DOs when all you do is storage ops is so insanely negligible that I don’t even count it normally
Got it thanks, there is a request limit of 150rps per DO, there will be a few DOs that is potentially being requested a lot, it seems that I can use the Cache API for that, I don't read article regarding pricing or rate limits, want to confirm that it's free and does not have an upper limit ?