Skip to content

Commit 746f328

Browse files
mifu67shashjar
authored andcommitted
chore(aci milestone 3): remove dual write feature flag registration (#101979)
Now that we've removed the options configuration from flagpole, we can delete this feature flag from the codebase!
1 parent e84ab23 commit 746f328

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
515515
manager.add("organizations:workflow-engine-trigger-actions", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
516516
# Enable logs to debug metric alert dual processing
517517
manager.add("organizations:workflow-engine-metric-alert-dual-processing-logs", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
518-
# Enable dual writing for metric alert issues (see: alerts create issues)
519-
manager.add("organizations:workflow-engine-metric-alert-dual-write", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False, default=True)
520518
# Enable Processing for Metric Alerts in the workflow_engine
521519
manager.add("organizations:workflow-engine-metric-alert-processing", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
522520
# Enable Creation of Metric Alerts that use the `group_by` field in the workflow_engine

0 commit comments

Comments
 (0)