Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about sigkill

Read more about sigkill

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - sigkill

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"...
test-img

16851556

timeout

kill

kill-process

sigkill

pkill

Votes: 0

Answers: 1

Latest Answer

sudo timeout -vk 5 10 kill PIDhere Will execute kill, and then attempt to terminate that process if it takes too long. Which shouldn't happen, and presumably isn't what you want (if kill was actually...
test-img

dimo414

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...
test-img

new__1

kubernetes

microservices

sigkill

resiliency

self-healing

Votes: 0

Answers: 1

Latest Answer

There are couple of ways to handle those disruptions. As mentioned here here: Here are some ways to mitigate involuntary disruptions: Ensure your pod requests the resources it needs. Replicate your ...
test-img

mdobrucki

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved