Module liveness_store

Source
Expand description

Liveness and health tracking for distributed workflow workers.

This module defines the LivenessStore trait for tracking worker heartbeats and health status, and provides an in-memory implementation for testing and local development.

Structs§

InMemoryLivenessStore
In-memory implementation of LivenessStore for testing and local development.
WorkerHealth
Health and status information for a workflow worker.

Enums§

WorkerStatus

Traits§

LivenessStore
Trait for a distributed workflow liveness/health store.