potiuk commented on issue #35474:
URL: https://github.com/apache/airflow/issues/35474#issuecomment-1801988073

   > That is why I suggest also add grace period before kill, maybe even 
configurable 
   
   Oh absolutely. the signal "dance" I was mentioning should involve several 
grace periods. Usually it is implemented by 
   
   a) send HU{P (wait)
   b) if not stopped send TERM (wait a little more) 
   c) if it does not work send KILL (and do not wait - there is nothing to wait 
for - It happend few times in my life that process did not die after SIGKILL 
and that was at times when the whole OS/installation got heavily broken.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to