Notifications sent to OhDear #164
paya-technical
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever we call the artisan commands cache:clear or config:cache, sometimes, this causes an alert that the Queue Jobs hasn't run or the command schedule hasn't run. I have the 2 jobs setup as below
so it seems as though it's failing to adhere to the parts that should extend the period in which a failure is detected. Due to this, we are getting alerts from OhDear that the 2 jobs have failed, is there any way to stop the alerts being sent when these commands are called?
Edit:
Not sure if it's relevant, but it looks as though the config option
always_send_fresh_results
is not used anywhere except in controllers to view the results locally. Maybe this means that the cache gets cleared, then the command sees nothing in the cache, and so says it failed. Though that said, we do use the EloquentHealthResultStore, not a Cache store. So I don't see why clearing cache would cause this to trigger the alerts either.Beta Was this translation helpful? Give feedback.
All reactions