I used airflow for some scheduled work and recently, I found that the task in my dag takes lots to time to turn the status from scheduled to running and from running to succes.
Task took around 27 seconds to run, but when it is succeed, it shown 2.6 seconds to run.
How is that happening for my airflow?
Version: v2.1.2
Git Version: .release:2.1.2+d25854dd413aa68ea70fb1ade7fe01425f456192
executor: CeleryExecutor
Some configuration of my airflow settings:
- worker_concurrency = 24
- parallelism = 16
- dag_concurrency = 12
- max_active_runs_per_dag = 32