Barski-lab / cwl-airflow

Python package to extend Airflow functionality with CWL1.1 support
https://barski-lab.github.io/cwl-airflow
Apache License 2.0
185 stars 32 forks source link

Since the update to Airflow==1.10.6 we don't need retry parameter in cwl section of config #33

Closed michael-kotliar closed 4 years ago

michael-kotliar commented 4 years ago

In Airflow==1.10.6 we can set default_task_retries in config. If that works well, we can remove all the logic related to our implementation of the retry parameter in [cwl] section of airflow.cfg.