nejc
nejc
CDCloudflare Developers
Created by nejc on 9/30/2024 in #workers-help
Worker Environment
When request comes into the worker you have two objects (context and environment). Is environment scoped to the specific reqeust like context or is shared across the requests? Example if I set some unique value on environment, will it stay in that request or it can leak into other requests. Afaik context is scoped to the request and is not leaking (like global scope) across requests in the same worker, but I am not sure if the same is for environment
8 replies