PlatformOperationalEnvironment scoped
Runtime
Each active instance executes inside a runtime bounded by the permissions it was granted.
Instances4Placed in the selected environment
Replica freshness9 / 129 of 12 copies current
Regions3Holding a copy of this environment
In flight2Runtime work running right now
What it guarantees
The host embeds the JavaScript engine and grants no filesystem, network, process, or environment access by default. Code loaded at run time gets a runtime of its own and its own explicit permission set.
- Run typed code and the packages it depends on
- Deny filesystem, subprocess, environment, and direct network access by default
- Give code loaded at run time a separately scoped grant
Configured resources
What this capability is holding up in the environment in scope right now.
| Resource | Kind | State | Configuration |
|---|---|---|---|
| module runtime | Runtime pool | Active | One runtime per active instance |
| loaded code | Restricted runtime | Ready | No ambient network or filesystem access |
| package resolver | Runtime service | Active | Packages compatible with the grant |
Telemetry
Resident runtimes184In the selected environment
Cold start p95118 msIncluding the state it restores
Denied calls3Unsafe calls blocked today
Recent activity
- Runtime resumedCompleted, 1 minute agobattles/room-42 came back with its current state.
- Filesystem access deniedObserved, 17 minutes agoLoaded code reached for a built-in it was not granted.