Skip to content

Releases: vapor-community/queues-mongo-driver

Actually fix the queue bug for real this time.

23 Jan 18:28
4f3686e
Compare
Choose a tag to compare

Adds back sorting on ascending created date (oldest jobs first) and updates the created date if the job can't be marked as finished, pushing it to the back of the queue.

1.0.2

09 Jan 14:51
801f267
Compare
Choose a tag to compare

Fixes a problem where jobs were blocked from executing when being re-queued due to a delayed job's creation date.

1.0.1

09 Jan 01:10
5b4c906
Compare
Choose a tag to compare

Fixes a bug for re-queueing delayed jobs properly.

QueuesMongoDriver 1.0.0 🎉

08 May 04:01
1ccc419
Compare
Choose a tag to compare

Initial release.