NHMDenmark / DaSSCo-Integration

This Repo will include integration of dassco storage from northtec
0 stars 0 forks source link

Setup module for handling generic run status changes and warning/error message output #95

Open Baeist opened 3 weeks ago

Baeist commented 3 weeks ago

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.

Baeist commented 2 weeks 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.

Baeist commented 2 weeks ago

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.