Skip to content

Feat/fault tolerance

Kostas FILIPPOPOLITIS requested to merge feat/fault_tolerance into master

Created by: ThanKarab

Changelog:

  • On the Exareme bootstrap scripts health checks were added to identify a false state and then automatically recover the container. This is done by killing the container and then swarm will restart the service.
  • Query handler for HBP refactored and added:
    • Node handling.
    • Improved consul communication.
    • Better error messages.
  • Log level environment variable added.

Merge request reports