Skip to content

Releases: quirrel-dev/owl

v0.10.0

09 Mar 17:17
Compare
Choose a tag to compare
  • Fix Exclusive Starvation issue (#51, thanks @ducknrone!)

  • Update a bunch of dependencies

  • Add all-contributors

v0.9.0

21 Feb 18:35
Compare
Choose a tag to compare
  • Merge pull request #40 from quirrel-dev/supply-more-meta-info

    Supply "nextExecDate" to worker

  • Merge pull request #41 from quirrel-dev/test-retry-repetition

    Fix a bug where retryable jobs were retried on success

  • Merge pull request #38 from quirrel-dev/depfu/update/npm/@types/mocha-8.2.1

    Update @types/mocha: 8.2.0 → 8.2.1 (patch)

  • 0.9.0

v0.8.0

16 Feb 17:42
Compare
Choose a tag to compare

Pass Queue/ID through sanitisation before putting into Redis (#36)
💥 BREAKING CHANGE (if your queues / IDs contain :)


v0.7.0

16 Feb 17:21
Compare
Choose a tag to compare

Please skip this one and go to v0.8.0.

v0.6.0

16 Feb 16:51
Compare
Choose a tag to compare

Please skip this one and go to v0.7.0.

v0.5.2

10 Feb 17:37
Compare
Choose a tag to compare
  • Update a lot of stuff
  • Fix a minor crash (#25)

v0.5.1

04 Feb 10:58
Compare
Choose a tag to compare
  • Merge pull request #13 from quirrel-dev/fix-bug-where-oldjobs-without-retry-didnt-work

    Fix bug where old jobs without retry would crash

v0.5.0

27 Jan 18:58
Compare
Choose a tag to compare
  • Add Support for Retry (#12)

v0.4.0

20 Jan 17:19
Compare
Choose a tag to compare

v0.3.1

16 Nov 14:36
Compare
Choose a tag to compare
  • Fix a bug where a non-exclusive job followed by an exclusive one would have broken the spec