scraps.ggProductionMeasured now, and refreshed while this screen is open.
Runtime
Application runtime
Execution, placement, durability, limits, storage, and telemetry for the selected environment.
Resident isolates4122,000 concurrent invocations allowed
Cold start17 msBefore the first call in a new isolate runs
Calls per minute17,923Across every contract in this environment
Durable state452.3 MBHeld by 4 instances
Execution
How a call reaches an instance, and what it is allowed to reach out to.
- 01Call queueOrdered per instance key.
- 02IsolateOne Deno handler on one thread.
- 03Write-ahead logAppended after a commit succeeds.
RuntimeDeno
Resident isolates412
Cold start17 ms
Outbound networkAllowed
One call at a time per instance, so an action never races another.
Trust boundaries
Permissions are explicit. Hardware isolation stays a separate concern for code that is not trusted at all.
Scope
| Boundary | Scope | What is denied |
|---|---|---|
| Filesystem | Deployed modules | Denied inside module isolates. |
| Network | Deployed modules | Denied. A call leaves only through an explicit effect boundary. |
| Environment variables | Deployed modules | No ambient process access. A value arrives through the call context. |
| Subprocesses | Deployed modules | Denied inside the isolate. |
| Filesystem | Dynamic isolates | Denied. An import of a host module is refused. |
| Network | Dynamic isolates | Denied unless the grant the script runs under names it. |
| Environment variables | Dynamic isolates | No implicit process access. |
| Subprocesses | Dynamic isolates | Denied. A grant covers the isolate and never the host. |
| Network | External effects | Reached here and nowhere else, under a stable idempotency key and an explicit compensation. |
Durability
What this environment holds, and the newest point it can be put back to.
- 01Live SQLiteQueries read the database held at the instance home.
- 02Write-ahead logEvery change appends to the ordered record of state.
- 03Object storageBatched uploads become the durable copy.
Durable state452.3 MB
Largest instancebattles:pool_emea
Newest recovery point3 hours ago
Restore time21 minutes
Object storageCloudflare R2
Storage targetscraps-production-durable
Placement capacity
The servers standing in the regions this environment is placed into.
2 of 3
2 of 2
0 of 1
Servers reporting healthy4 of 6
The runtime moves an instance toward its callers on its own. Its environment, module, and key never change with it.
Limits
Published limits, and what this environment is running against them.
Concurrent invocations
412 of 2,000Durable storage
452.3 MB of 64 GBMemory per invocation512 MiB
CPU per invocation250 ms of CPU