python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Linux short simple command how to send SIGTERM to a process and SIGKILL if it fails to exist in X seconds?
How should look the Linux command to send terminate signal to the process/PID and if it fails to exit gracefully after 10 seconds kill it?
My attempt is: "sudo timeout -vk 5 10 kill PIDhere"...
16851556
Votes: 0
Answers: 1
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...
new__1
Votes: 0
Answers: 1