not normal cache, it'd just be kv. Still correct to say there's no cache before Workers
not normal cache, it'd just be kv. Still correct to say there's no cache before Workers


Simultaneous Open Connections are measured from the top-level request, meaning any connections open from Workers sharing resources (for example, Workers triggered via Service bindings) will share the simultaneous open connection limit.
ScheduleContext seem to be missing kv fieldWorkerEntrypoint methods? I'm trying to avoid having to pass context variable into every method in the WorkerEntrypoint.tower_http::trace::TraceLayer to a worker somehow? In normal non-wasm axum I'd just add .layer(ServiceBuilder::new().trace_for_http()), but when running with cloudflare I get the unhelpful (seemingly impossible to debug) error:ScheduleContextWorkerEntrypointWorkerEntrypointtower_http::trace::TraceLayer.layer(ServiceBuilder::new().trace_for_http())✘ [ERROR] A hanging Promise was canceled. This happens when the worker runtime is waiting for a Promise from JavaScript to resolve, but has detected that the Promise cannot possibly ever resolve because all code and events related to the Promise's I/O context have already finished.