You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/16 03:56:34 UTC

[GitHub] [airflow] aranjanthakur opened a new issue #15879: Auto refresh feature for graph view

aranjanthakur opened a new issue #15879:
URL: https://github.com/apache/airflow/issues/15879


   
   **Description**
   
   Graph view can be configured for auto refresh. In airflow.cfg we can set following configs:
   
   1) on/off switch
   2) Refresh period ( There should be a lower limit. )
   
   Extended feature - Above two configs should be overriden at DAG level as some DAGs might need quicker refresh period than others.
   
   **Use case / motivation**
   
   When monitoring a DAG, we need to refresh the graph view multiple times to check the status.
   
   **Are you willing to submit a PR?**
   
   Yes
   
   **Related Issues**
   
   No
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi closed issue #15879: Auto refresh feature for graph view

Posted by GitBox <gi...@apache.org>.
bbovenzi closed issue #15879:
URL: https://github.com/apache/airflow/issues/15879


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi commented on issue #15879: Auto refresh feature for graph view

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #15879:
URL: https://github.com/apache/airflow/issues/15879#issuecomment-843378241


   1. I have been thinking about doing an "auto-on" to detect if the that dag has any active runs. Would that solve the first config?
   
   2. Right now the refresh interval is set to 3 seconds. Is there a more reasonable time you'd suggest?
   It would be best to agree on a good interval rather than piling on more config. Especially on a per dag basis, I feel like that could be confusing for many users.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi edited a comment on issue #15879: Auto refresh feature for graph view

Posted by GitBox <gi...@apache.org>.
bbovenzi edited a comment on issue #15879:
URL: https://github.com/apache/airflow/issues/15879#issuecomment-843378241


   1. I have been thinking about doing an "auto-on" to detect if the that dag has any active runs. Would that solve the first config?
   
   2. Right now the refresh interval is set to 3 seconds. Is there a more reasonable time you'd suggest?
   
   It would be best to agree on a good interval rather than piling on more config. Especially on a per dag basis, I feel like that could be confusing for many users.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] aranjanthakur commented on issue #15879: Auto refresh feature for graph view

Posted by GitBox <gi...@apache.org>.
aranjanthakur commented on issue #15879:
URL: https://github.com/apache/airflow/issues/15879#issuecomment-843690825


   Auto-on feature for detecting active runs sounds good. I agree with the 3 seconds refresh interval and that we should not be piling on more configs.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org