hussein-awala opened a new pull request, #34700: URL: https://github.com/apache/airflow/pull/34700
closes: #34624 Currently, `max_active_tis_per_dag` and `max_active_tis_per_dagrun` don't consider `deferred` state as an active state, and it's not a bug, since the TI with this state is not running on the worker, but sometimes we use this two parameters to control the interaction with an external system instead of creating a new pool. This PR adds a new parameter to BaseOperator to specify whether to consider deferred state as an active state when checking these two configurations. -- 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]
