dimberman opened a new issue #7925: Kill task instances that haven't been able 
to heartbeat for a while
URL: https://github.com/apache/airflow/issues/7925
 
 
   
   
   **Description**
   
   
                       A task run by the LocalTaskJob periodically updates a 
timestamp to indicate that the task is still alive and running. If the task is 
unable to update this timestamp for a long time (for example, due to DB 
connection errors), the scheduler may reschedule the task to run again. In such 
a case, it's possible that two instances of the task are running. The task can 
monitor the time since last heartbeat and kill itself to prevent such cases.
               
   
   **Use case / motivation**
   
   **Related Issues**
   
   Moved here from https://issues.apache.org/jira/browse/AIRFLOW-374

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to