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
hfcRed
hfcRed8mo ago
use durable objects
Moe
Moe8mo ago
Workers are down for Kyiv IPs on my end @Cloudflare (Server Owner)
Moe
Moe8mo ago
One of our customers can't access this page on worker.dev domain, he's from Kyiv - Ukraine
No description
Isaac McFadyen
Isaac McFadyen8mo ago
?pings
Flare
Flare8mo ago
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.
Isaac McFadyen
Isaac McFadyen8mo ago
And also ?ipblock
Flare
Flare8mo ago
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
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Peps
Peps8mo ago
what do you mean with cancelled? the requests your worker is doing are being called?
Peps
Peps8mo ago
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/#waituntil
Cloudflare Docs
Context (ctx) | Cloudflare Workers docs
The Context API in Cloudflare Workers, including waitUntil and passThroughOnException.
jrydberg
jrydberg8mo ago
Having trouble with typescript class constructor shortcuts, like
constructor(private x: number)
constructor(private x: number)
looks like they don't get assigned. x is always undefined. Known limitation?
Constantin
Constantin8mo ago
howdy, trying to assign workers to a wildcard domain like [env.main.route] zone_id = "fedc08dd76405e8f83259f8cf9e77f3d" pattern = "*.app.greatoutdoors.live" custom_domain = true

Did you find this page helpful?