This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Discovery: Make queue parameters configurable #140
Labels
discoverer
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Is this a BUG REPORT, PERFORMANCE REPORT or FEATURE REQUEST?:
FEATURE REQUEST
What happened:
During performance testing, we noticed that the discoverers were taking a long time to drain the discovery queue when testing with a large number of services (>1k). The issue is that we are using the default client-go rate limited queue, which limits us to 10 items per second.
What you expected to happen:
Ideally, the rate limit should be configurable so that it can be adjusted according to the environment.
The text was updated successfully, but these errors were encountered: