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§
- InMemory
Liveness Store - In-memory implementation of LivenessStore for testing and local development.
- Worker
Health - Health and status information for a workflow worker.
Enums§
Traits§
- Liveness
Store - Trait for a distributed workflow liveness/health store.