-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cavalcade Log delivery to cloudwatch fails if events span more than 24 hours #603
Comments
Also seeing some rate limit exceeded warnings:
|
This issue can now be resolved by updating the maxbanton/cwh package maxbanton/cwh#96 cc @humanmade/altis-vulcan |
Is there a way to reliably test this and confirm the fix? |
https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutLogEvents.html
|
AWS has just (Jan 4) removed their rate limiting for PutLogEvents: https://aws.amazon.com/about-aws/whats-new/2023/01/amazon-cloudwatch-logs-log-stream-transaction-quota-sequencetoken-requirement/
This should fix the rate exceeded issue I think, and possibly this means we now want to push events much more often? |
So the AC would be here to bump to v2.0.4 Line 41 in dece03b
|
Hey team! Please add your planning poker estimate with Zenhub @ferschubert-hm @jerico @kovshenin @mikelittle @sivanovhm @wisyhambolu |
During the Cavalcade healthcheck background task the following error can occur:
The logger should process and chunk the delivery of logs into 24 hours batches based on log timestamp.
(as per Rob's comment)
Acceptance criteria
altis-cloud/composer.json
Line 41 in dece03b
The text was updated successfully, but these errors were encountered: