prebid-server-java
prebid-server-java copied to clipboard
Unnecessary calls to vendor list provider
As for now VendorListService will try to infinitely re-fetch vendor list for invalid version. This causes millions of calls to vendor list provider server.
Proposed solution:
- Add exponential backoff for failed downloads
Related to https://github.com/prebid/prebid-server/issues/3336
Also related to https://github.com/prebid/prebid-server/issues/3405
Fixed in https://github.com/prebid/prebid-server-java/pull/2919