hankehly commented on code in PR #24770:
URL: https://github.com/apache/airflow/pull/24770#discussion_r911549235
##########
airflow/www/static/js/dags.js:
##########
@@ -506,7 +538,7 @@ $('.js-next-run-tooltip').each((i, run) => {
$('#auto_refresh').change(() => {
if ($('#auto_refresh').is(':checked')) {
// Run an initial refresh before starting interval if manually turned on
- handleRefresh();
+ handleRefresh(getActiveDagIds);
Review Comment:
Only target active dags when the user enables auto-refresh.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]