Open Baeist opened 5 months ago
Should move the run status from jsons into a database. Can then append the calls to the health service to when changes are confirmed there.
Created new issue for using a database and expanding on the status for each service.
Moved the pause and run checker functionality to run_utility in HealthUtility module. This also now handles most of the logging for each service.
Instead of handling these events in each service there should be a module that takes care of it. This should handle the transition between run status. Include generic logic such as the pause functionality and setting run status at initialization of each service. Could also have all the output for messages created for the logging module.