Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console command love:recount use default queue connection #233

Merged

Conversation

antonkomarev
Copy link
Member

@antonkomarev antonkomarev commented Jan 8, 2023

In PR #148 we've introduced option --queue-connection= to run command using the queue. By default it was using sync connection to keep backward compatibility.

php artisan love:recount --model="App\User" --queue-connection=sync

In v9 it should use default queue connection from the application config when option is null or empty.

@antonkomarev antonkomarev merged commit c27fb28 into master Jan 8, 2023
@antonkomarev antonkomarev deleted the love-recount-console-command-use-default-queue-connection branch January 8, 2023 11:17
@antonkomarev antonkomarev added this to the v9.0.0 milestone Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant