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

Use a new solution for the DockerHub Proxy on top/most recent stacks view #470

Open
KyeMaloy97 opened this issue Dec 18, 2019 · 0 comments
Assignees

Comments

@KyeMaloy97
Copy link
Contributor

The current method of polling the DockerHub URL uses a proxy provided for free by an OS project, but the connection is rate limited to 200 connections per hour. This means we can exceed out limits if lots of people are using the site, in which the data will not load for an hour.

One solution is moving the polling to a script that Travis runs and then saving that data to a JSON file, and using that to create the views. This could be ran once a day as a CRON job so the data is never more than 24 hours old.

We could also take an OS proxy server and deploy it to IBM Cloud, where we won't hit any rate limits as we will own the instance.

@KyeMaloy97 KyeMaloy97 self-assigned this Dec 18, 2019
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

1 participant