Hello team , i just set the exposed traffic to 0% ...
# announcements
d
Hello team , i just set the exposed traffic to 0% of users and i'm still getting users assigned to experiment variants , i'm using growthbook python SDK , is there a reason of why this might happen ?
image.png
i also have no more rules for the experiment
and this is what i get from the features api
{'defaultValue': False, 'rules': [{'variations': [False, True], 'coverage': 0, 'weights': [0, 1], 'key': 'fixed_takerate_experiment_acquisitions', 'hashAttribute': 'id'}]}
moreover, when i set the exposed traffic to 1% , it started excluding users from experiment with no issues
f
That doesn’t sound right
did you check that you’re using the QA endpoint in your code? (and not production or staging)
d
yes i did check , and its using qa environment , i also checked the features returned from the endpoint as shown above
f
I wonder if there is something up with using 0 for coverage
d
Yea I'm suspecting the same , I think the expected behavior here is to next rule if I understand correctly