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
It sure has something to do with the everyFiveMinutes() method which has been called on my FtpConnectionsCheck which causes the check not to be ended when the results are being written to the ...result_history_items database table.
Will this be fixed if we just assign null to the $ended_at property of the Spatie\Health\Checks\Result class?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My implementation is failing with the following error:
Which is triggered from the
EloquentHealthResultStore
class.It sure has something to do with the
everyFiveMinutes()
method which has been called on myFtpConnectionsCheck
which causes the check not to be ended when the results are being written to the...result_history_items
database table.Will this be fixed if we just assign
null
to the$ended_at
property of theSpatie\Health\Checks\Result
class?Beta Was this translation helpful? Give feedback.
All reactions