@@ -508,7 +508,7 @@ def register_temporary_features(manager: FeatureManager) -> None:
508
508
# Enable processing activity updates in workflow engine
509
509
manager .add ("organizations:workflow-engine-process-activity" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
510
510
# Enable dual writing for issue alert issues (see: alerts create issues)
511
- manager .add ("organizations:workflow-engine-issue-alert-dual-write" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
511
+ manager .add ("organizations:workflow-engine-issue-alert-dual-write" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False , default = True )
512
512
# Enable workflow processing for metric issues
513
513
manager .add ("organizations:workflow-engine-process-metric-issue-workflows" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
514
514
# Enable workflow engine for issue alerts
@@ -522,7 +522,7 @@ def register_temporary_features(manager: FeatureManager) -> None:
522
522
# Enable logs to debug metric alert dual processing
523
523
manager .add ("organizations:workflow-engine-metric-alert-dual-processing-logs" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
524
524
# Enable dual writing for metric alert issues (see: alerts create issues)
525
- manager .add ("organizations:workflow-engine-metric-alert-dual-write" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
525
+ manager .add ("organizations:workflow-engine-metric-alert-dual-write" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False , default = True )
526
526
# Enable Processing for Metric Alerts in the workflow_engine
527
527
manager .add ("organizations:workflow-engine-metric-alert-processing" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
528
528
# Enable Creation of Metric Alerts that use the `group_by` field in the workflow_engine
0 commit comments