Skip to content

Releases: chefsplate/laravel-mongodb-queue

Fix for getting next available job, v2

15 Feb 21:13
Compare
Choose a tag to compare

Update the underlying PHP client call to return a new document instead of the one before.

Fix for getting next available job

15 Feb 20:04
Compare
Choose a tag to compare

Updates query within getNextAvailableJobAndMarkAsReserved to match query from getNextAvailableJob.

Fix for atomic operation

15 Feb 15:51
Compare
Choose a tag to compare

This fixes an issue with failed jobs not being removed from the jobs queue.

Laravel 5.3+ support

10 Feb 22:30
Compare
Choose a tag to compare

The queue implementation has been updated for Laravel 5.3+ to support the latest changes to the underlying DatabaseQueue.

Initial Packagist release

17 Mar 06:21
Compare
Choose a tag to compare

Thread-safe MongoDB database queue implementation for Laravel