Skip to content

Commit

Permalink
fix(feature-flags): Remove customer from decide short-circuit block (#…
Browse files Browse the repository at this point in the history
…24921)

Removes this customer's team from the /decide endpoint short circuit settings.
  • Loading branch information
Phanatic authored Sep 11, 2024
1 parent 3116529 commit 3e7f785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/settings/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# This is a list of team-ids that are prevented from using the /decide endpoint
# until they fix an issue with their feature flags causing instability in posthog.
DECIDE_SHORT_CIRCUITED_TEAM_IDS = [15611]
DECIDE_SHORT_CIRCUITED_TEAM_IDS = [0]
# Decide db settings

DECIDE_SKIP_POSTGRES_FLAGS = get_from_env("DECIDE_SKIP_POSTGRES_FLAGS", False, type_cast=str_to_bool)
Expand Down

0 comments on commit 3e7f785

Please sign in to comment.