Skip to content

Commit 7c4ca46

Browse files
authored
flags(dashboards): add flag for async queue (#103235)
Add feature flag for async queue of dashboard widget queries
1 parent 2afcbbb commit 7c4ca46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
514514
manager.add("organizations:visibility-explore-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
515515
# Enable equations feature in dashboards
516516
manager.add("organizations:visibility-dashboards-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
517+
# Enable an async queue for dashboard widget queries
518+
manager.add("organizations:visibility-dashboards-async-queue", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
517519
# Enable the new explore page
518520
manager.add("organizations:visibility-explore-view", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
519521
# Enable high date range options on new explore page

0 commit comments

Comments
 (0)