@runnix/shared

v0.2.0

Published

Shared primitives for Runnix: prefixed ids, retriable/non-retriable error types, duration parsing, and backoff strategies.

Readme

@runnix/shared

Shared primitives for Runnix, the PostgreSQL-native, self-hostable workflow orchestration platform: prefixed ids, retriable/non-retriable error types, duration parsing, and backoff strategies.

Mostly consumed by @runnix/sdk and the Runnix control plane — you rarely need to install it directly.

npm install @runnix/shared
import { NonRetriableError, parseDuration } from '@runnix/shared'

License

Apache-2.0. See LICENSE and LICENSE-notice.md.