-
Notifications
You must be signed in to change notification settings - Fork 15
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 limiter #19
Comments
That's a bug. I should rework the DockerAPI implementation. Maybe we can also reduce the amount of requests that are currently made so we don't hit the rate limit as easily. So sorry, but until that is fixed, you will probably run into these errors. |
@Beholder1984 What is your |
@rgstephens my checkInterval is currently set to 60. Do you by any change have a subscription to docker hub. It seems that paying customers won't hit the rate limiter so fast. |
No, I don't have a paid subscription and the code is not logging in with an id either. |
TonyRL#33 adds support for optional Docker Hub auth. |
I am trying to monitor 9 docker containers with docker-notify. After adding the last project docker-notify started spamming me with error messages. In the result from docker-hub I see messages containing the following:
Which suggests that I am making to many requests to Docker hub. Any suggestions on how I can monitor more then 8 projects?
The text was updated successfully, but these errors were encountered: