m-lab / mlab-ns

M-Lab name server (load balancer for M-Lab servers)
Apache License 2.0
12 stars 10 forks source link

Reduces probability for new virtual sites #257

Closed nkinkade closed 2 years ago

nkinkade commented 2 years ago

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 Reviewable