ashb commented on issue #5420: [AIRFLOW-4797] Fix zombie detection
URL: https://github.com/apache/airflow/pull/5420#issuecomment-502688453
 
 
   The jira issue talks about
   
   > That means only in every 10th iteration of the DAG file processing loop 
zombies are detected. And only if the zombie task belong to one of the DAG 
files of the current iteration they are killed.
   
   However I don't see anything in the change or original code that changes 
what DAGs we look for zombies in - it should be all dags. So either this change 
doesn't fix the problem, or it never behaved as described?
   
   In addition to all that, rather than running that every loop I'd feel more 
comformatable making the default 10s interval a config value, so that for 
example you could set it to 0 in your install if you wanted.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to