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

Catch CodeCommit rate limit errors #73

Closed
symroe opened this issue Mar 6, 2022 · 1 comment
Closed

Catch CodeCommit rate limit errors #73

symroe opened this issue Mar 6, 2022 · 1 comment

Comments

@symroe
Copy link
Member

symroe commented Mar 6, 2022

A lot of scrapers are returning:

An error occurred (ThrottlingException) when calling the CreateCommit operation (reached max retries: 4): Rate exceeded

I suspect this is because on ModGov scrapers we're calling commit on each row in the data as quickly as we can, meaning we're creating a commit per councillor very quickly.

We should either wait between calls to commit, or find a way to batch all the commits up in to a single commit somehow.

symroe added a commit that referenced this issue Mar 6, 2022
@symroe
Copy link
Member Author

symroe commented Oct 4, 2024

No longer needed after #254

@symroe symroe closed this as completed Oct 4, 2024
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

No branches or pull requests

1 participant