Skip to content

v0.0.19

Compare
Choose a tag to compare
@brandur brandur released this 15 Feb 01:07
· 174 commits to master since this release
6c7dc49

Added

  • Added JobGet and JobGetTx to the Client to enable easily fetching a single job row from code for introspection. [PR #186].
  • Added JobRetry and JobRetryTx to the Client to enable a job to be retried immediately, even if it has already completed, been cancelled, or been discarded. [PR #190].

Changed

  • Validate queue name on job insertion. Allow queue names with hyphen separators in addition to underscore. PR #184.