Connor Ameres created AIRFLOW-1833: -------------------------------------- Summary: Airflow 'retries' parameter not being honored with CeleryExecutor Key: AIRFLOW-1833 URL: https://issues.apache.org/jira/browse/AIRFLOW-1833 Project: Apache Airflow Issue Type: Bug Reporter: Connor Ameres Attachments: Screen Shot 2017-11-20 at 11.13.04 AM.png, Screen Shot 2017-11-20 at 11.13.27 AM.png
I've noticed this for a few task_instances that end up being retried more times than the 'retries' parameter that is passed to the constructor of the DAG in the default_args dictionary. I've attached the task instance attributes & task attributes sections to highlight this. Note: - retries: 1 - try_number: 6 We're using docker containers w/ https://github.com/puckel/docker-airflow & the following versions of python and packages... - python 2.7.9 - apache-airflow==1.8.1 - celery==3.1.17 -- This message was sent by Atlassian JIRA (v6.4.14#64029)