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 retryUntil to SendQueueNotifications #30141

Merged
merged 1 commit into from
Oct 1, 2019
Merged

[6.x] Add retryUntil to SendQueueNotifications #30141

merged 1 commit into from
Oct 1, 2019

Conversation

bastien-phi
Copy link
Contributor

@bastien-phi bastien-phi commented Sep 30, 2019

This PR adds ability to define the retryUntil or timeoutAt in Notification and to be passed to SendQueueNotifications.

I think this feature is useful if we want to control how long we try to send the notification without thinking about how many times we will try to send it, for example when the notification is sent through RateLimited and we want it to be sent no matter how much times we tried to.

@taylorotwell taylorotwell merged commit 370ee34 into laravel:6.x Oct 1, 2019
@ahinkle
Copy link
Contributor

ahinkle commented Oct 1, 2019

Hey there, would you be able to submit a PR to the docs?

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.

3 participants