You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Illuminate/Notifications/SendQueuedNotifications does not have the $tries property, so maxAttempts is always null when Notifications are queued. Failed notifications are retried without limit.
Please consider implementing the $tries property for this Class like what done for SendQueuedMail in this old Pull Request : #18103
The text was updated successfully, but these errors were encountered:
Description:
Illuminate/Notifications/SendQueuedNotifications does not have the $tries property, so maxAttempts is always null when Notifications are queued. Failed notifications are retried without limit.
Please consider implementing the $tries property for this Class like what done for SendQueuedMail in this old Pull Request : #18103
The text was updated successfully, but these errors were encountered: