Skip to content
Project
scraps.ggProductionMeasured now, and refreshed while this screen is open.

Runtime

Application runtime
View instances

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.

  1. 01Call queueOrdered per instance key.
  2. 02IsolateOne Deno handler on one thread.
  3. 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
BoundaryScopeWhat is denied
FilesystemDeployed modulesDenied inside module isolates.
NetworkDeployed modulesDenied. A call leaves only through an explicit effect boundary.
Environment variablesDeployed modulesNo ambient process access. A value arrives through the call context.
SubprocessesDeployed modulesDenied inside the isolate.
FilesystemDynamic isolatesDenied. An import of a host module is refused.
NetworkDynamic isolatesDenied unless the grant the script runs under names it.
Environment variablesDynamic isolatesNo implicit process access.
SubprocessesDynamic isolatesDenied. A grant covers the isolate and never the host.
NetworkExternal effectsReached 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.

  1. 01Live SQLiteQueries read the database held at the instance home.
  2. 02Write-ahead logEvery change appends to the ordered record of state.
  3. 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
x
412 of 2,000
Durable storage
x
452.3 MB of 64 GB
Memory per invocation512 MiB
CPU per invocation250 ms of CPU