Questions tagged [self-healing]

A "self healing" system is a system that will detect and correct faults automatically.

18 questions
0
votes
1 answer

involuntary disruptions / SIGKILL handling in microservice following saga pattern

Should i engineer my microservice to handle involuntary disruptions like hardware failure? Are these disruptions frequent enough to be handled in a service running on AWS managed EKS cluster. Should i consider some design change in the service to…
new__1
  • 345
  • 3
  • 6
0
votes
1 answer

checkpointing in python to catch the runtime state

I have a problem to make my code more self-healable. Eg: I execute a method 1 to load the data from a CSV into the Vertica database. I have another method 2 to check if the number of rows in the database and the number of lines in CSV file is same.…
-1
votes
2 answers

Linux self-healing script to check some process

Im new with Linux scripts, I need help to create one script with check some installed processes on a server and if one of these services is not running restart it, and recheck again those services and if there any error print it with echo as below…
1
2