You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
Maybe we can serialize within a region, or limit the calls we make in one sitting. Ideally, we'd prevent touching so many snapshots during the 'create' run. Since we only clean every 6 hours, I don't think that one is as impactful, unless there's a lot of snapshots (and since that's already serialized in a region, we'd have to add sleeps to get that to reduce API calls).
The text was updated successfully, but these errors were encountered:
- Pass the instance data from `describe_instances` to the SNS topic
- If we get instance data on the SNS topic, use it instead of looking it all up again
- Sanitize instance data; it may contain un-JSON-serializable values like datetime(s)
RE: #5
- Reduce the API footprint of utils#calculate_relevant_tags. It now accepts existing tags vs. looking them up itself.
- Pass existing tags for the instances to the method above. We still have to lookup volumes (to get their tags), but this should help.
RE: #5
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Maybe we can serialize within a region, or limit the calls we make in one sitting. Ideally, we'd prevent touching so many snapshots during the 'create' run. Since we only clean every 6 hours, I don't think that one is as impactful, unless there's a lot of snapshots (and since that's already serialized in a region, we'd have to add sleeps to get that to reduce API calls).
The text was updated successfully, but these errors were encountered: