We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cfec5 commit fe863fdCopy full SHA for fe863fd
docs/queues.txt
@@ -105,9 +105,11 @@ how to handle failed jobs:
105
- Name of the MongoDB collection to store failed
106
jobs. The value is ``failed_jobs`` by default.
107
108
-The {+odm-short+} automatically provides the
109
-``MongoDB\Laravel\MongoDBQueueServiceProvider::class`` class as the
110
-service provider to handle failed jobs.
+To register failed jobs, you can use the default failed
+job provider from Laravel. To learn more, see
+`Dealing With Failed Jobs
111
+<https://laravel.com/docs/{+laravel-docs-version+}/queues#dealing-with-failed-jobs>`__ in
112
+the Laravel documentation on Queues.
113
114
Job Batching
115
------------
0 commit comments