@@ -502,7 +502,7 @@ def register_temporary_features(manager: FeatureManager):
502
502
# Enable processing activity updates in workflow engine
503
503
manager .add ("organizations:workflow-engine-process-activity" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
504
504
# Enable dual writing for issue alert issues (see: alerts create issues)
505
- manager .add ("organizations:workflow-engine-issue-alert-dual-write" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
505
+ manager .add ("organizations:workflow-engine-issue-alert-dual-write" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False , default = True )
506
506
# Enable workflow processing for metric issues
507
507
manager .add ("organizations:workflow-engine-process-metric-issue-workflows" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
508
508
# Enable workflow engine for issue alerts
@@ -516,7 +516,7 @@ def register_temporary_features(manager: FeatureManager):
516
516
# Enable logs to debug metric alert dual processing
517
517
manager .add ("organizations:workflow-engine-metric-alert-dual-processing-logs" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
518
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 )
519
+ manager .add ("organizations:workflow-engine-metric-alert-dual-write" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False , default = True )
520
520
# Enable Processing for Metric Alerts in the workflow_engine
521
521
manager .add ("organizations:workflow-engine-metric-alert-processing" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
522
522
# Enable Creation of Metric Alerts that use the `group_by` field in the workflow_engine
0 commit comments