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

make contributor script faster and more resilient #1323

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

haarg
Copy link
Member

@haarg haarg commented Nov 21, 2024

Allows the contributor script to keep running even if there is bad data in the release index (there is).

Cache the email to pause id mapping to speed up running across many releases.

When trying to update all contributor data, it will fail because there
are some broken releases in the index. While those should be fixed, they
shouldn't cause the contributor script to fail.
Rather than needing a query for every release to find pause IDs, store
the email to pauseid mapping between releases. This should speed up
running the contributor script with --all.
@haarg haarg force-pushed the haarg/contrib-faster-more-resilient branch from 21277d6 to bea9c1f Compare November 21, 2024 22:51
@haarg haarg merged commit c2b0593 into master Nov 22, 2024
1 check passed
@haarg haarg deleted the haarg/contrib-faster-more-resilient branch November 22, 2024 10:41
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