Skip to main content Link Search Menu Expand Document (external link)

Swarm overview

Engines can be clustered together in a swarm. Refer to the swarm mode documentation for more information.

Added in v1.0.0


Table of contents


Errors

SwarmsError (class)

Signature

export declare class SwarmsError

Added in v1.0.0

isSwarmsError

Signature

export declare const isSwarmsError: (u: unknown) => u is SwarmsError

Added in v1.0.0

Layers

SwarmLayer

Engines can be clustered together in a swarm. Refer to the swarm mode documentation for more information.

Signature

export declare const SwarmLayer: Layer.Layer<
  Swarm,
  never,
  HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>

Added in v1.0.0

Tags

Swarm (class)

Engines can be clustered together in a swarm. Refer to the swarm mode documentation for more information.

Signature

export declare class Swarm

Added in v1.0.0