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

Add tag support for sqs and dynamo #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

richunger
Copy link

@richunger richunger commented Nov 22, 2024

Based on 930f056

Comment on lines +256 to +260
com.amazonaws.services.sqs.model.ListQueueTagsRequest tagsRequest =
new com.amazonaws.services.sqs.model.ListQueueTagsRequest().withQueueUrl(url);
com.amazonaws.services.sqs.model.ListQueueTagsResult tagsResult =
client.listQueueTags(tagsRequest);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if these requests get rate limited/error out? Would they retry/skip continue..

Copy link
Author

@richunger richunger Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a great question. I don't see how that's handled anywhere in billow at all, not just in tag requests elsewhere, but in requesting the resources themselves.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suppose we'd see the failure count tick up (we should have an alert on that), and then set the refreshRate in reference.conf from 5m to something higher.

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

Successfully merging this pull request may close these issues.

2 participants