-
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
DefaultResource.java:57-64: Due to the large cost... #185
Comments
@carlosmiranda the issue is yours, please help |
Pull request #188 is ready for review. |
@rultor deploy the latest version to production |
@rultor try to deploy again |
@rultor deploy again, I fixed keys |
@rultor deploy, again |
@rultor I fixed, deploy |
@rultor deploy, I installed |
@rultor config fixed, deploy again |
Thanks, closing it now. |
@carlosmiranda I added 30 mins to your account, many thanks for working with the project! |
puzzles still in progress: |
the last puzzle |
Puzzle
173-8d71c922
ins3auth-hosts/src/main/java/com/s3auth/hosts/DefaultResource.java:57-64
has to be resolved: Due to the large cost of having very many small CloudWatch requests, we changed the implementation of DefaultResource so that it now retains information to a local H2 database instead of directly making CloudWatch API requests. However, we still don't have a way to post it to CloudWatch. Let's create a way to do this, such as a cron job that runs every hour. It should post aggregated traffic metrics to Amazon CloudWatch per domain, and also perform cleanup of old data after it manages to post the information.The text was updated successfully, but these errors were encountered: