Skip to content
Effect Days 2026 Get your ticket

SingleRunner

1 exports Added in v1.0.0 Source

Layers

layer

Added in v1.0.0 Source

A sql backed single-node cluster, that can be used for running durable entities and workflows.

Signature

declare function layer(options?: {
readonly runnerStorage?: "memory" | "sql";
readonly shardingConfig?: any;
}): Layer<Sharding | MessageStorage | Runners, ConfigError, SqlClient>