Skip to content

Commit fe863fd

Browse files
committed
DOCSP-42020: queues feedback - 5.0+
1 parent f3cfec5 commit fe863fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/queues.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ how to handle failed jobs:
105105
- Name of the MongoDB collection to store failed
106106
jobs. The value is ``failed_jobs`` by default.
107107

108-
The {+odm-short+} automatically provides the
109-
``MongoDB\Laravel\MongoDBQueueServiceProvider::class`` class as the
110-
service provider to handle failed jobs.
108+
To register failed jobs, you can use the default failed
109+
job provider from Laravel. To learn more, see
110+
`Dealing With Failed Jobs
111+
<https://laravel.com/docs/{+laravel-docs-version+}/queues#dealing-with-failed-jobs>`__ in
112+
the Laravel documentation on Queues.
111113

112114
Job Batching
113115
------------

0 commit comments

Comments
 (0)