You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/14 20:03:00 UTC

[jira] [Commented] (AIRFLOW-7019) Add visual indication of failure to pause/unpause a dag

    [ https://issues.apache.org/jira/browse/AIRFLOW-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083571#comment-17083571 ] 

ASF subversion and git services commented on AIRFLOW-7019:
----------------------------------------------------------

Commit 128c888c967a8c7672d11e61326a4bf1ad57b50d in airflow's branch refs/heads/v1-10-test from Joshua Carp
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=128c888 ]

[AIRFLOW-7019] Show un/pause errors in dags view. (#7669)

Pausing and unpausing dags in the dags view is asynchronous, and there
is currently no indication to the user if the operation fails. This
patch updates the paused input and highlights it in red when pausing or
unpausing fails

(cherry-picked from d4661485a27f7b4aae70358b09b249005b784098)


> Add visual indication of failure to pause/unpause a dag
> -------------------------------------------------------
>
>                 Key: AIRFLOW-7019
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-7019
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: webserver
>    Affects Versions: 1.10.9
>            Reporter: Joshua Carp
>            Assignee: Joshua Carp
>            Priority: Minor
>
> Pausing and unpausing dags from the dag list view is asynchronous, and if the request fails for any reason, there's no indication to the user that the dag hasn't actually changed status. I noticed this recently when cloud composer pushed an update that broke all dag pausing and unpausing, but there are other reasons this could fail. A failed un/pause request should show an indication that the operation failed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)