Upgrade from okipa/failed-job-notifier
Follow the steps below to upgrade the package.
The package name has changed to better fits with the real features it provides.
The name changed from laravel-failed-jobs-notifier
to laravel-stuck-jobs-notifier
.
As so, the old package has been archived, marked as abandoned and now suggest using the new one.
The command signature changed from queue:stuck:notify
to queue:stuck:notify
;
The config file name has changed from failed-jobs-notifier.php
to stuck-jobs-notifier.php
.
Some config keys have changed. If you customized it, you should re-publish it and reapply your changes.
In case of customizations, please note that the following class and exception names have changed:
FailedJobsNotifier
class has been renamedStuckJobsNotifier
.InvalidDaysLimit
exception has been renamedInvalidHoursLimit
.
If you see any forgotten and undocumented change, please submit a PR to add them to this upgrade guide.