Anand created AIRFLOW-3424:
------------------------------

             Summary: Task not getting retried when using Kubernetes Executor
                 Key: AIRFLOW-3424
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3424
             Project: Apache Airflow
          Issue Type: Bug
          Components: kubernetes
    Affects Versions: 1.10.1
            Reporter: Anand
         Attachments: sample_dag.py

Steps to reproduce-

Use airflow K8 executor and deploy server and scheduler on K8.
 # Create a dag with task having retries and retry delay as 5 minutes(attached)
 # Enable and trigger the dag.
 # Scheduler spins up a new pod for the task.
 # Kill the Worker Pod, check that task instance is marked failed in DB.
 # Restart the scheduler within retry delay period.
 # The failed task is not picked up again.

Expected- Failed task should be retried.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to