https://www.growthbook.io/ logo
d

dry-eye-65136

04/10/2023, 9:52 PM
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

fresh-football-47124

04/11/2023, 7:21 AM
That doesn’t sound right
did you check that you’re using the QA endpoint in your code? (and not production or staging)
d

dry-eye-65136

04/11/2023, 9:45 AM
yes i did check , and its using qa environment , i also checked the features returned from the endpoint as shown above
f

fresh-football-47124

04/11/2023, 9:46 AM
I wonder if there is something up with using 0 for coverage
d

dry-eye-65136

04/11/2023, 10:46 PM
Yea I'm suspecting the same , I think the expected behavior here is to next rule if I understand correctly