-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Laravel
-
None
-
Completed
-
See https://github.com/jenssegers/laravel-mongodb/issues/2144 for original report.
The default repository used for job batching in Laravel does not play nice with MongoDB, so the library needs to ship with its own repository. Care should also be taken to ensure all queries run on indexed fields. This includes the created_at, finished_at, and cancelled_at fields that are used in queries but not indexed in the database.
- is related to
-
PHPORM-87 Update and fix queue feature
- Closed