This PR adds the 10 new production virtual sites to the site_keep_probability dict, all with a probability of 0.01. This will allow some traffic to those sites, while allowing us to inspect the data as part of a "fast" canary process.
This PR also adds lazy-object-proxy==1.6.0 to test_requirements.txt to resolve a build breakage.
This PR adds the 10 new production virtual sites to the
site_keep_probability
dict, all with a probability of 0.01. This will allow some traffic to those sites, while allowing us to inspect the data as part of a "fast" canary process.This PR also adds
lazy-object-proxy==1.6.0
to test_requirements.txt to resolve a build breakage.This change is