Closed henryzxu closed 3 years ago
If age_limit is specified for providers other than gcp, the control flow won't update ip_ready with alive proxies.
My proposed solution involves copying the logic from gcp_check_alive() where the age_limit > 0 check is combined with the elapsed check.
Looks good, thank you for your contribution. Will roll out in the next release when I do it but it will be in the latest image immediately.
If age_limit is specified for providers other than gcp, the control flow won't update ip_ready with alive proxies.
My proposed solution involves copying the logic from gcp_check_alive() where the age_limit > 0 check is combined with the elapsed check.