Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rate limit issue #30

Closed
tsaibabu4u opened this issue Feb 4, 2021 · 2 comments
Closed

rate limit issue #30

tsaibabu4u opened this issue Feb 4, 2021 · 2 comments

Comments

@tsaibabu4u
Copy link

Hi There,
When I run with default settings I got rate limit exceeded issue in my production environment.
How specific time values we need to change to avoid this issue?
If I want to poll every day only once what parameter should I use and value?

@mblaschke
Copy link
Member

Try to reduce scrape times and reduce request.concurrency (numbers of requests in parellel).

eg:
SCRAPE_TIME_LIVE=1m
SCRAPE_TIME=6h
REQUEST_CONCURRENCY=2

@tsaibabu4u
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants