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 Monitoring in Client class #5

Open
MadBomber opened this issue Sep 24, 2023 · 2 comments
Open

Rate Limit Monitoring in Client class #5

MadBomber opened this issue Sep 24, 2023 · 2 comments

Comments

@MadBomber
Copy link
Contributor

I was writing some one-off Alpha Vantage API calls in my portfolio analysis program when I ran up against the rate limitations of 5 API calls per minute (100 per day) on the FREE api key. The API does not provide any rate info in the response headers, so I had to do a one-off on the task I was working.

Then I remember that I outta check RubyGems to see if anyone had already written a gem for this API. Found yours. Reviewed the code. It is nice and clean. Very impressive. I liked the way you grouped the indicators.

What I was thinking is that we need to have some kind of program wide rate monitoring. The place to put that would be in the client. Its been two years and you have an outstanding PR against the README file. Have you burned out on this gem?

@codespore
Copy link
Owner

Hey @MadBomber thanks for the comment. I'm not actively working on this gem at the moment. I'm also not receiving any notifications in my inbox for all the new PRs and comments for some reason.

Let me know if you want to be actively maintaining this gem. Happy to add you as an approver as well.

@MadBomber
Copy link
Contributor Author

MadBomber commented Sep 29, 2023 via email

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