Justintime
Justintime
CDCloudflare Developers
Created by Justintime on 2/11/2024 in #workers-help
Worker Connections to Origin
Is there an agreed upon method to mux/coalesce Worker HTTP connections to an origin? Under normal circumstances, it seems that the workers are muxing their connections. However, during traffic spikes they can overwhelm the origin with connections - new workers all seem to be establishing connections independently. Could a Cloudflare load balancer help here as an intermediary hop? Or a tunnel?
12 replies
CDCloudflare Developers
Created by Justintime on 12/16/2023 in #workers-help
Delay ctx.waitUntil() until fetch() has completed or canceled
Hi! I'm wondering if anyone has a method for delaying the execution of the promise passed into ctx.waitUntil() until the primary fetch() has completed or canceled?
9 replies