hpatel-higi commented on issue #18846:
URL: https://github.com/apache/airflow/issues/18846#issuecomment-945988402


   @potiuk so im getting a weird behavior now after adding the keep_alives 
args.  Parent task in DAG succeeds but the subsequent task that should run 
after that task fail.
   
   
![image](https://user-images.githubusercontent.com/67915750/137777264-becd6abf-8866-4d2e-b628-d5720167a743.png)
   
   In the above image you can see the parent task is still running but it 
marked the subsequent tasks as failed already.
   
   Here is the logs:
   ```
   [2021-10-18 17:12:25,191] {{taskinstance.py:1212}} INFO - Marking task as 
SUCCESS. dag_id=build_station_logs, task_id=init, 
execution_date=20211018T160000, start_date=20211018T171124, 
end_date=20211018T171225
   [2021-10-18 17:12:35,791] {{local_task_job.py:151}} INFO - Task exited with 
return code 0
   [2021-10-18 17:12:40,247] {{local_task_job.py:261}} INFO - 0 downstream 
tasks scheduled from follow-on schedule check
   ```
   


-- 
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