Simplify logic to timeout the validation request
The backoff utility which is already being used, supports timing out. So use that instead of a manual check for max number of requests.
Showing
Please register or sign in to comment
The backoff utility which is already being used, supports timing out. So use that instead of a manual check for max number of requests.