Replies: 2 comments
-
👍🏻 for this please, we're getting messages even for successes, and we'd like to turn that off somehow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, I think I have a workaround, but it will be great if that is included in the core package - In your config/health.php add -
Then create the CheckFailedHealthNotification.php
In your AppServiceProvider.php add -
Then create the RunHealthChecksCommand.php
Hope that helps, but will be happy to see your solutions if you have any. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the package.
I currently use the slack channel to get notified of the scheduled tasks every 15 minutes. All the checks are turning green, is there a way to remove the notification if all the checks are green?
Beta Was this translation helpful? Give feedback.
All reactions