Releases: vapor-community/queues-mongo-driver
Releases · vapor-community/queues-mongo-driver
Actually fix the queue bug for real this time.
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
Fixes a problem where jobs were blocked from executing when being re-queued due to a delayed job's creation date.
1.0.1
Fixes a bug for re-queueing delayed jobs properly.
QueuesMongoDriver 1.0.0 🎉
Initial release.