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/09/23 17:21:19 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #18414: Change the color for deferred status to blueviolet

bbovenzi commented on a change in pull request #18414:
URL: https://github.com/apache/airflow/pull/18414#discussion_r715003660



##########
File path: airflow/utils/state.py
##########
@@ -112,17 +112,17 @@ class State:
         TaskInstanceState.RUNNING: 'lime',
         TaskInstanceState.SUCCESS: 'green',
         TaskInstanceState.SHUTDOWN: 'blue',
-        TaskInstanceState.RESTARTING: 'violet',
+        TaskInstanceState.RESTARTING: 'mediumpurple',

Review comment:
       wait, I don't think restarting and deferred/sensing are supposed to be the same




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