You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(active-active): Index workflows by cluster attributes (#7421)
**Detailed Description** Index workflows by their cluster attributes **Impact Analysis** - **Backward Compatibility**: Yes - **Forward Compatibility**: Yes. **Testing Plan** - **Unit Tests**: Yes - **Persistence Tests**: Yes - **Integration Tests**: Yes - **Compatibility Tests**: N/A **Rollout Plan** - What is the rollout plan? - Does the order of deployment matter? No. - Is it safe to rollback? Does the order of rollback matter? It's safe to rollback. - Is there a kill switch to mitigate the impact immediately? No. To get all workflows with some cluster attribute, one can run the following query: ``` 'ClusterAttributeScope="region" and ClusterAttributeName="us-east"' ```
0 commit comments