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

Remove the FF_BOUNCE_RATE_V15 feature flag #1659

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

smcmurtry
Copy link
Contributor

Summary | Résumé

Remove the feature flag FF_BOUNCE_RATE_V15 and associated tests.

Test instructions | Instructions pour tester la modification

Tests should pass in CI, the app should look the same as before.

@smcmurtry smcmurtry requested review from andrewleith, whabanks and jzbahrai and removed request for andrewleith September 8, 2023 20:46
@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Copy link
Contributor

@jzbahrai jzbahrai left a comment

Choose a reason for hiding this comment

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

that was painful (the tests)... these feature flags come with cost. looks good!

@smcmurtry smcmurtry merged commit 476fcc4 into main Sep 12, 2023
9 checks passed
@smcmurtry smcmurtry deleted the chore/remove-FF_BOUNCE_RATE_V15 branch September 12, 2023 18:45
Copy link
Member

@andrewleith andrewleith left a comment

Choose a reason for hiding this comment

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

I'm not sure I can test this since we only update redis on delivery/failure receipt which doesnt happen locally. Code-wise, just a duplicated key in config.py, otherwise looks good!

@@ -138,7 +138,6 @@ class Config(object):

# FEATURE FLAGS
FF_SALESFORCE_CONTACT = env.bool("FF_SALESFORCE_CONTACT", False)
FF_BOUNCE_RATE_V15 = env.bool("FF_BOUNCE_RATE_V15", False)
FF_SALESFORCE_CONTACT = env.bool("FF_SALESFORCE_CONTACT", False)
Copy link
Member

Choose a reason for hiding this comment

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

Duplicate line:

Suggested change
FF_SALESFORCE_CONTACT = env.bool("FF_SALESFORCE_CONTACT", False)

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.

3 participants