I am running Airflow (1.10.9) through Cloud Composer (1.11.1) on GCP. Whenever I update a DAG's code I can see the updated code refreshed in the Airflow GUI but for at least 10 minutes the DAG's tasks still run the old code.
A couple of questions:
- Why does this delay occur and can it be decreased?
- How can I know when the task's code has been updated to make sure nobody runs old code?