Difference between revisions of "Task track started"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} task_track_started = True * {{Celery}} * {{Airflow}}")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
[[airflow.cfg]]
 +
.../...
 +
# Celery task will report its status as 'started' when the task is executed by a worker.
 +
# This is used in Airflow to keep track of the running tasks and if a Scheduler is restarted
 +
# or run in HA mode, it can adopt the orphan tasks launched by previous [[SchedulerJob]].
 
  task_track_started = True
 
  task_track_started = True
 +
.../...
  
  
  
 
+
== See also ==
 
* {{Celery}}
 
* {{Celery}}
 +
* {{airflow scheduler}}
 
* {{Airflow}}
 
* {{Airflow}}
 +
 +
[[Category:Airflow]]

Latest revision as of 14:35, 16 November 2022

airflow.cfg 
.../...
# Celery task will report its status as 'started' when the task is executed by a worker.
# This is used in Airflow to keep track of the running tasks and if a Scheduler is restarted
# or run in HA mode, it can adopt the orphan tasks launched by previous SchedulerJob.
task_track_started = True
.../...


See also[edit]

Advertising: