You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: