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

[9.x] Allow queueable notifications to set maxExceptions #44773

Conversation

AndrewMonty
Copy link
Contributor

Adds the ability for queued notifications to utilize maxExceptions.

Particularly useful for notifications that might have a lot of $tries or a long retryUntil() because of rate limiting or some custom middleware, but don't want to keep retrying if there's some bug or an error from a third party notification channel service.

@taylorotwell taylorotwell merged commit c161479 into laravel:9.x Oct 31, 2022
@GrahamCampbell GrahamCampbell changed the title allow queueable notifications to set maxExceptions [9.x] Allow queueable notifications to set maxExceptions Nov 6, 2022
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.

None yet

2 participants