eladkal commented on issue #44443: URL: https://github.com/apache/airflow/issues/44443#issuecomment-2506688505
> I think those are unrelated - that one seems clearly as a bug - because paused DAGS that are not running are shown on cluster duration as long running. This is not accurate, while dag is paused task can in fact continue to run. Since pausing doesnt invoke `on_kill()` remote jobs continue to run. There are use cases of levaring pause for temporary drain. I used it several times and it was great that metrics reflected it. My point is that Cluster Activity is the symptom not the real problem. We need to decide what is the right overall behavior of paused (which is why I linked to #22006), as a result cluster activity will be fixed accordingly. -- 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]
