Skip to content

Releases: vapor/queues-redis-driver

Add error printing

08 Mar 14:26
Compare
Choose a tag to compare
0.2.5

add debug statements

Fix `completed` function

19 Feb 21:04
Compare
Choose a tag to compare

Fixed:

  • The LREM call in completed now properly removes the processed job.

Release connection

12 Feb 21:49
Compare
Choose a tag to compare

Fixed:

  • Persistence layer now correctly releases connection when a job is not found

Fix job storage

12 Feb 20:04
Compare
Choose a tag to compare

Fixed:

  • Switch away from using non-deterministic string function to remove the string from the processing queue.

True Reliable Queue

05 Feb 23:45
Compare
Choose a tag to compare

Fixed:

  1. Jobs are correctly held in the processing queue until completion

0.2.0

24 Jan 01:26
Compare
Choose a tag to compare
update to 0.2.0

Target jobs @master for now

11 Dec 15:59
Compare
Choose a tag to compare
0.1.3

update package.swift

Add library product to Package.swift

11 Dec 05:55
Compare
Choose a tag to compare

Target correct Jobs version

11 Dec 02:46
Compare
Choose a tag to compare
0.1.1

resolve packages

First beta release

11 Dec 02:43
Compare
Choose a tag to compare

Includes all necessary Redis persistence functionality