Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(flags): stop checking clickhouse for feature flag status endpoint #26951

Merged
merged 4 commits into from
Dec 16, 2024

Conversation

havenbarnes
Copy link
Contributor

@havenbarnes havenbarnes commented Dec 16, 2024

Problem

We're seeing some clickhouse errors on this endpoint lately: https://posthog.sentry.io/issues/6149399926 + https://posthog.sentry.io/issues/6149406182

We do not actually use the result of this clickhouse query in the UI today, so there's no use letting in cause the endpoint to error out, and no real use in running the query for now either. This PR simply skips that step, leaving the query code in though for later use.

Changes

No functional changes to product today

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

Does this work well for both Cloud and self-hosted?

Yes

How did you test this code?

Tested stale flag checks still work as intended

Copy link
Contributor

@dmarticus dmarticus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one copy suggestion because i'm neurotic but this is great, ty

@havenbarnes havenbarnes enabled auto-merge (squash) December 16, 2024 21:31
@havenbarnes havenbarnes merged commit d149515 into master Dec 16, 2024
89 checks passed
@havenbarnes havenbarnes deleted the flags/remove-ch-query-flag-status branch December 16, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants