I would check https://www.peeringdb.com/asn/13335
I would check https://www.peeringdb.com/asn/13335
c.executionCtx.waitUntil wait? I need ~60s but it seems like it's halting earlyWhen the client disconnects, all tasks associated with that client request are canceled. Use event.waitUntil() to delay cancellation for another 30 seconds or until the promise passed to waitUntil() completes.https://developers.cloudflare.com/workers/platform/limits/#duration
Cloudflare updates the Workers runtime a few times per week. When this happens, any in-flight requests are given a grace period of 30 seconds to finish. If a request does not finish within this time, it is terminated.
/work-complete with the context of the initial request to my worker, then i can reuse my code