-
Notifications
You must be signed in to change notification settings - Fork 54
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
too many requests to CloudWatch #173
Comments
I'll ask someone to take care of this task soon |
@yegor256 thanks for the ticket, your account was topped for 15 mins, payment 000-cc24bf87 |
@carlosmiranda it's your task now, the budget is 30 mins, go ahead |
@yegor256 , for us to accomplish this we'd need to redesign the way the system is sending data to CloudWatch. At the very least, I'm thinking that we need to do the following:
It's a pretty big job and I suggest we do 1) first, and continue with the rest with PDD. For that, I'd ask, what format should the data be stored, and where? |
Yes, I agree. Let's use H2 database in a directory? |
@carlosmiranda it's an urgent problem, would be great if you can focus on it |
@yegor256 , sure, sorry, I've got my hands full lately. Could you give me a couple of days? Also, just to make things quick, here was what I was planning to implement so that you can review/critique:
What do you think? |
@carlosmiranda sounds perfect, please go ahead |
I created a pull request for it at #177, please take a look. |
yes, many thanks! |
@carlosmiranda Much appreciated! 30 mins was added to your account, payment ID |
puzzles in progress: |
last puzzled solved |
We've sent 18 million requests to AWS CloudWatch over the last 30 days. This is too many.. They simply cost too much. Let's find a way to send less. Maybe we should collect data locally (in files) and send only hourly summaries to CW.
The text was updated successfully, but these errors were encountered: