stem_postgres 0.1.0-dev copy "stem_postgres: ^0.1.0-dev" to clipboard
stem_postgres: ^0.1.0-dev copied to clipboard

Postgres broker, result backend, and scheduler utilities for Stem.

0.1.0-dev #

  • Migrated the Postgres adapter to Ormed with generated registry/migrations for schema management.
  • Added a local seed runtime to run Postgres seeders without requiring ormed_cli.
  • Hardened lock-store timing/TTL evaluation for more reliable coordination.
  • Updated Ormed dependencies to 0.1.0-dev+6.

0.1.0-alpha.4 #

  • Added durable watcher persistence and atomic event resolution so Durable Workflows resume with stored payloads and metadata.
  • Refreshed workflow run bookkeeping: saveStep now acts as a heartbeat, rewind/auto-version checkpoints are persisted with accurate ordering, and suspension records track resumeAt/deadline.
  • Implemented chord-claiming improvements and claim-timer cleanup to keep Postgres queues healthy during purges and consumer shutdown.
  • Shipped postgresWorkflowStoreFactory so CLI tooling and integration tests can bootstrap Postgres-backed Durable Workflows with a single helper.
  • Added lock-store contract coverage for PostgresLockStore, ensuring the semantics required by TaskOptions.unique and scheduler coordination stay portable across adapters.

0.1.0-alpha.3 #

  • Initial release containing Postgres broker, result backend, scheduler stores, and adapter contract tests extracted from the core stem package.
0
likes
140
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

Postgres broker, result backend, and scheduler utilities for Stem.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

artisanal, collection, ormed, ormed_postgres, path, postgres, stem, uuid

More

Packages that depend on stem_postgres