-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DOCSP-42020: queues feedback 5.0 #3222
DOCSP-42020: queues feedback 5.0 #3222
Conversation
(cherry picked from commit 830ba9f)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM +1 fix
@@ -69,7 +79,7 @@ collection: | |||
'failed' => [ | |||
'driver' => 'mongodb', | |||
'database' => 'mongodb', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace connection
with database
in the table.
@@ -124,7 +133,7 @@ application's ``config/queue.php`` file: | |||
'batching' => [ | |||
'driver' => 'mongodb', | |||
'database' => 'mongodb', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also for job batching, replace connection
with database
.
https://jira.mongodb.org/browse/DOCSP-42020
Replaces
collection()
withtable()
Adds sentence about using default failed jobs provider from Laravel
Staging
Checklist