raphaelauv commented on issue #16081: URL: https://github.com/apache/airflow/issues/16081#issuecomment-1538881397
amazing first draft ! I would suggest a graph view of the airflow "stack" where each running components and the running task would be nodes of the graph exemple if there 1 scheduler or more running show them same for triggerer(s) and worker(s) and celery backend ( in case of celery or kubernetescelery executor ) show a kubernetes node if its a kubernetesExecutor or celeryKubenertesExecutor if the setup is localexecutor show the running task connected to the scheduler ( or even inside , to explicit that they are running next to the process ) if the setup is celery then show the running task for each worker(s) if the setup is kubernetes show the running task something like this ->  -- 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]
