an
an
CDCloudflare Developers
Created by an on 3/12/2025 in #workers-help
JS <=> Rust worker streaming
still looking for solution this, stuck for a week 😭 i'm so bad at rust
3 replies
CDCloudflare Developers
Created by an on 3/12/2025 in #workers-help
JS <=> Rust worker streaming
also tried Ok(str_to_readable_stream(String::from_utf8(out).unwrap().as_str())) or Ok(wasm_streams::ReadableStream::from_raw(stream1)) but doesn't work either
3 replies
CDCloudflare Developers
Created by Asher on 3/1/2025 in #wrangler
Worker Assets 500
hi @Asher did you get this fixed?
4 replies
CDCloudflare Developers
Created by an on 3/7/2025 in #workers-help
Caches is randomly deleted
yeah thats makes sense, thanks for sharing that, I understand CF infra better now
12 replies
CDCloudflare Developers
Created by an on 3/7/2025 in #workers-help
Caches is randomly deleted
and thanks for suggestion about KV, KV latency now pretty fast and can be the answer here, just want to confirm my understanding
12 replies
CDCloudflare Developers
Created by an on 3/7/2025 in #workers-help
Caches is randomly deleted
I want to confirm, if the traffic is good, does it mean the cache might store more than 2 days? assuming I have 1 request every 10 seconds
12 replies
CDCloudflare Developers
Created by an on 3/7/2025 in #workers-help
Caches is randomly deleted
Is there any way to make the cache last longer? Initially I thought I could just save caches, I know they aren't durable and can break any time. But one day or a few hours is too short. Is there any alternative way to make it more durable, only KV?
12 replies
CDCloudflare Developers
Created by an on 3/7/2025 in #workers-help
Caches is randomly deleted
Do you mean the cache value can stay in cache storage up to 31536000, in this case?
12 replies
CDCloudflare Developers
Created by an on 9/24/2024 in #pages-help
"Unknown internal error occurred." if binding R2 buckets to pages
ah got it, I think we should have another error here instead of that ambiguous one
4 replies
CDCloudflare Developers
Created by Mike Nomitch on 6/14/2024 in #workers-and-pages-discussions
👋🏻 Hey all. I am a PM on the Workers
I'm running rendering image such as librsvg/resvg for rendering png, but it is not wasm available/ consume than the limitation of worker (128mb but requires ~200mb), would love to use all-in-one cloudflare stack, not an additional server that requires roundtrip
44 replies