Hi all - will workers be getting a build cache similar to pages?
Hi all - will workers be getting a build cache similar to pages?
12 Replies
use durable objects
Workers are down for Kyiv IPs on my end @Cloudflare (Server Owner)
One of our customers can't access this page on worker.dev domain, he's from Kyiv - Ukraine

?pings
Please do not ping community members for non-moderation reasons. Doing so will not solve your issue faster and will make people less likely to want to help you.
And also
?ipblock
When your domain is proxied by Cloudflare, it is assigned an IP address from a shared pool in the Cloudflare network. As discussed in more detail in the below-linked blog post, a government or ISP's decision to block one of those IP addresses is likely to have unintended and disproportionate effects on non-targeted sites.
Those disproportionate effects are typically inconsistent with legal requirements. If you believe your site to be unintentionally blocked by an ISP, it is recommended that you reach out directly to the ISP of the affected users to ensure they are aware of the collateral consequences of the block so that it can be addressed.
Please do still report any incidents to Cloudflare, as Cloudflare is working on initiatives to bring attention to and help address incidents of overblocking. You can report this on https://community.cloudflare.com/ with the tag #ISPBlock.
https://blog.cloudflare.com/consequences-of-ip-blocking/
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
what do you mean with cancelled?
the requests your worker is doing are being called?
if so use
ctx.waitUntil()
to keep your fetch calls alive after your worker has sent a response
https://developers.cloudflare.com/workers/runtime-apis/context/#waituntilCloudflare Docs
Context (ctx) | Cloudflare Workers docs
The Context API in Cloudflare Workers, including waitUntil and passThroughOnException.
Having trouble with typescript class constructor shortcuts, like
looks like they don't get assigned. x is always undefined. Known limitation?
howdy, trying to assign workers to a wildcard domain like
[env.main.route]
zone_id = "fedc08dd76405e8f83259f8cf9e77f3d"
pattern = "*.app.greatoutdoors.live"
custom_domain = true