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

[6.x] Add InteractsWithQueue to SendQueueNotifications #30140

Merged
merged 1 commit into from
Sep 30, 2019
Merged

[6.x] Add InteractsWithQueue to SendQueueNotifications #30140

merged 1 commit into from
Sep 30, 2019

Conversation

bastien-phi
Copy link
Contributor

This PR adds InteractsWithQueue to SendQueueNotifications.

Indeed, #30070 add ability to send notification through job middleware and classic example RateLimited cannot be used because the job cannot be released to the queue as it does not have InteractsWithQueue.

This could be very useful because some email providers can have rate limitation on sending email.

@taylorotwell taylorotwell merged commit e4a313f into laravel:6.x Sep 30, 2019
@bastien-phi bastien-phi deleted the send-queue-notifications-interacts-with-queue branch September 30, 2019 15:05
i-bajrai pushed a commit to i-bajrai/framework that referenced this pull request Oct 4, 2019
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.

2 participants