GitHub user Pedrinhonitz added a comment to the discussion: I am Airflow Newbies. Need help to set Auto-Refresh
When a DAG is executed, either through a scheduler or trigger, it is updated by the auto-refresh button. Update checks occur every 6 seconds. Based on tests performed on my Airflow `2.10.4`, I noticed that my configuration is set to `auto_refresh_interval = 3`, and I found that Airflow multiplies this by 2000 ms, resulting in a 6-second interval. For a new DAG to appear, it is necessary to refresh the page in the browser (in local implementations). Simply refresh the browser and the new DAG will be displayed. GitHub link: https://github.com/apache/airflow/discussions/67448#discussioncomment-17055052 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
