[
https://issues.apache.org/jira/browse/AIRFLOW-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aizhamal Nurmamat kyzy reopened AIRFLOW-3424:
---------------------------------------------
Reopening closed issues for component refactor.
> 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
> Priority: Major
> 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 (dag attached)
> # Enable and trigger the dag.
> # Scheduler spins up a new pod for the task.
> # Kill the Scheduler and then Worker Pod, check that task instance state is
> marked failed/up_for_retry in DB.
> # Restart the scheduler.
> # 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)