IP weight can be equal zero

Scenario : If I am using 2 different IP with the weight 99 on one IP and on other IP with the weight of 1.. currently I am using both the IP my production env, now I don’t want to use other IP with the weight 1 can I use the below source.toml configuration

Current config being used
[pool.“p-0”.“s-ip15”]
weight = 99
[pool.“p-0”.“s-ip104”]
weight = 1

I want to use the below config
[pool.“p-0”.“s-ip15”]
weight = 100
[pool.“p-0”.“s-ip104”]
weight = 0

Hey there @youthful-zorse, while we would like to respond to every question raised here, the frequency and nature of your questions are far beyond what we at Kumo Corp can support without financial support from your organization.

You may continue to ask questions in the hope that someone from the broader community will help, but you should expect that Kumo Corp will not spend any time beyond a cursory glance to see if your questions are well-qualified and can be easily dealt with.

Note : my traffic is still going from this source “s-p104”

Just comment out. That should work I think

It’s done already but not working as the queue is receiving heavy traffic

IP weight cannot be zero. comment it out.