effect-io-ai

Package: @effect/cluster
Module: Runner

Runner.Runner

A Runner represents a physical application server that is capable of running entities.

Because a Runner represents a physical application server, a Runner must have a unique address which can be used to communicate with the server.

The version of a Runner is used during rebalancing to give priority to newer application servers and slowly decommission older ones.

Signature

declare class Runner

Source

Since v1.0.0