wjddn279 commented on PR #61646: URL: https://github.com/apache/airflow/pull/61646#issuecomment-3943611747
@o-nikolas @jscheffl @dheerajturaga The task is complete and ready for review. The following work has been done: 1. Wrote a migration to add the `team_name` column. 2. Enabled multi-instance support for the existing executor per `team_name`. The scope of tasks for each worker is now limited to the same `team_name`. 3. Updated the commands and API endpoints related to existing workers to optionally accept `team_name`, and modified them to be scoped to the same `team_name`. **Notes** When each worker starts, cases like `team_name1`, `team_name2`, and no team are treated as 3 separate team scopes: `team_name1`, `team_name2`, and no team (`team_name` column = `null`). -- 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]
