Skip to content

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

Merged
taylorotwell merged 1 commit into
laravel:9.xfrom
AndrewMonty:add-max-exceptions-to-queueable-notifications
Oct 31, 2022
Merged

[9.x] Allow queueable notifications to set maxExceptions#44773
taylorotwell merged 1 commit into
laravel:9.xfrom
AndrewMonty:add-max-exceptions-to-queueable-notifications

Conversation

@AndrewMonty

Copy link
Copy Markdown
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.

2 participants