Actions
Bug #5582
closedCheck on age of promises in failsafe doesn't take into account specific schedule, nor lmdb database, and should probably be remove
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
the failsafe checks the age of last_successful_update, and if it is older than 1 hour, remove lock database
However, it doesn't take into account the cfenigne 3.6 lock database, nor schedules which are different than 5 minutes
Since check_rudder_agent does the same thing (but better), and since it can causes crashes on Windows (error with irange), i think it should be removed
Actions