vendredi 14 juin 2019

Laravel auto-retry Notification on fail

I use Laravel Horizon and am putting Notifications in a row as follows:

# Notifies the user that the transfer was made
$transfer->user->notify((new ConfirmedTransfer($transfer))->queue('default'));

The problem is that when an error occurs, the Horizon does not give a retry automatically. How to do this?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire