Skip to content

v1.0.0

Latest

Choose a tag to compare

@adam-fowler adam-fowler released this 15 Sep 15:23
· 5 commits to main since this release
ea507ab

No major changes from the release candidate 1.0.0-rc.1

Job queuing system for offloading workloads (jobs) to other nodes.

  • Queue, pause, resume, cancel jobs
  • Queue delayed jobs
  • Job processor can be run on multiple nodes
  • Multiple drivers available (using Valkey/Redis, Postgres)
  • Graceful handling of SIGTERM, SIGINT
  • Job scheduler for crontab style triggering of jobs
  • Customizable retry support, with default implementation using exponential jitter
  • Middleware support to allow for additional customisation
  • Support for metrics and distributed tracing