[
https://issues.apache.org/jira/browse/AIRFLOW-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Imberman updated AIRFLOW-5728:
-------------------------------------
Description: One important element of the KnativeExecutor is separating
task management from scheduler management. The TaskInstance has no concept of a
SchedulerJob, so it would not make sense for an isolated task_runner to speak
to that element of the program. This PR will isolate task heartbeating to the
task_instance class and task_instance table.
> Switch heartbeat checking to the task_instance table
> ----------------------------------------------------
>
> Key: AIRFLOW-5728
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5728
> Project: Apache Airflow
> Issue Type: Task
> Components: scheduler
> Affects Versions: 1.10.5
> Reporter: Daniel Imberman
> Assignee: Daniel Imberman
> Priority: Major
>
> One important element of the KnativeExecutor is separating task management
> from scheduler management. The TaskInstance has no concept of a SchedulerJob,
> so it would not make sense for an isolated task_runner to speak to that
> element of the program. This PR will isolate task heartbeating to the
> task_instance class and task_instance table.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)