-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: laravel-4.0.0, laravel-4.1.0, laravel-4.2.0, laravel-4.3.0
-
Component/s: Laravel
-
None
-
PHP Drivers
https://github.com/laravel/framework/pull/49186
https://github.com/laravel/framework/commit/2b9d596bdd9340e87f0e18d5319bf0adc774451d
Laravel 10.35.0 introduced the method DatabaseFailedJobProvider::ids() to get only the ids from the database, instead of the full document. This is breaking MongoFailedJobProvider because the implementation uses the "id" field instead of MongoDB's "_id".
Todo: add the method MongoFailedJobProvider::ids() in order to return MongoDB's "_id" from the jobs_failed collection.
- is related to
-
PHPORM-87 Update and fix queue feature
- Closed