[
https://issues.apache.org/jira/browse/AIRFLOW-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921776#comment-16921776
]
ASF GitHub Bot commented on AIRFLOW-5396:
-----------------------------------------
LucasMMota commented on pull request #5997: [AIRFLOW-5396] - Add button Auto
Refresh
URL: https://github.com/apache/airflow/pull/5997
Make sure you have checked _all_ steps below.
### Jira
- [ ] My PR addresses the following [Airflow
Jira](https://issues.apache.org/jira/browse/AIRFLOW-5396) issues and references
them in the PR title.
"\[AIRFLOW-5396\] Add button to Auto Refresh Airflow UI"
- https://issues.apache.org/jira/browse/AIRFLOW-5396
(https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)).
### Description
Currently, to follow up the tasks running on Airflow UI (mainly when we are
at development) we should click at button "Refresh". When we need to know the
finishing of a task we have to click many times at this button.
It would be useful to have a new button "Auto Refresh" which we could click
and just wait the UI showing us the status while Airflow executes.
We can do another thing meanwhile and just return to the UI screen when it's
finished.
So this button should:
- when clicked start an auto refresh
- when clicked again stop the auto refresh
Auto Refresh disabled / initial state

Auto Refresh Enabled

### Tests
As it's a front/UI related PR we currently don't have unit tests then I have
tested the functionality on the UI.
### Commits
- [ ] My commits all reference Jira issues in their subject lines, and I
have squashed multiple commits if they address the same issue.
### Code Quality
- [ ] Passes `flake8`
----------------------------------------------------------------
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:
[email protected]
> Add button to Auto Refresh Airflow UI
> -------------------------------------
>
> Key: AIRFLOW-5396
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5396
> Project: Apache Airflow
> Issue Type: Improvement
> Components: ui
> Affects Versions: 1.10.4
> Reporter: Lucas Mendes Mota da Fonseca
> Assignee: Lucas Mendes Mota da Fonseca
> Priority: Minor
>
> Currently, to follow up the tasks running on Airflow UI (mainly when we are
> at development) we should click at button "Refresh". When we need to know the
> finishing of a task we have to click many times at this button.
> It would be useful to have a new button "Auto Refresh" which we could click
> and just wait the UI showing us the status while Airflow executes.
> We can do another thing meanwhile and just return to the UI screen when it's
> finished.
> So this button should:
> when clicked start an auto refreshÂ
> when clicked again stop the auto refresh
--
This message was sent by Atlassian Jira
(v8.3.2#803003)