-
Notifications
You must be signed in to change notification settings - Fork 192
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
Allow A/B testing settings to be set via environment variable #2944
Labels
Comments
so the goal here is to have to avoid to PR and redeploy the codebase for something which is essentially a configuration choice. webcompat.com/config/__init__.py Lines 203 to 212 in 6b5f252
So we could have an environment variable, which can be read when we restart uwsgi. |
This was referenced Oct 4, 2019
miketaylr
pushed a commit
that referenced
this issue
Oct 8, 2019
Co-Authored-By: Karl Dubost <[email protected]>
miketaylr
pushed a commit
that referenced
this issue
Oct 8, 2019
Co-Authored-By: Karl Dubost <[email protected]>
miketaylr
pushed a commit
that referenced
this issue
Oct 8, 2019
Co-Authored-By: Karl Dubost <[email protected]>
miketaylr
pushed a commit
that referenced
this issue
Oct 9, 2019
karlcow
pushed a commit
that referenced
this issue
Oct 10, 2019
And add tests Issue #2944 - Address review feedback. Co-Authored-By: Karl Dubost <[email protected]> Issue #2944 - Fall back to defaults if there is a problem with AB config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This way we wouldn't need to deploy every time we want to tweak the branches, we would just restart uwsgi.
cc @karlcow @johngian
The text was updated successfully, but these errors were encountered: