ramitkataria commented on code in PR #67608:
URL: https://github.com/apache/airflow/pull/67608#discussion_r3350218993
##########
airflow-core/docs/core-concepts/multi-team.rst:
##########
@@ -503,6 +504,61 @@ When Multi-Team mode is enabled, the scheduler performs
additional logic to dete
teams share the same metadata database and common Airflow infrastructure.
For absolutely strict security
requirements, consider separate Airflow deployments.
+.. _multi-team-triggerer:
+
+Team-scoped Triggerer
+---------------------
+
+When Multi-Team mode is enabled, the triggerer can be scoped to a specific
team using the ``--team-name`` CLI argument. A team-scoped triggerer only
processes deferred tasks (triggers) belonging to that team's Dags. This allows
teams to run isolated triggerer instances with independent capacity and failure
domains.
Review Comment:
Yes, thanks for the catch
--
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]