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

feat: Migrating sns downloader to canister calls #451

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

NikolaMilosa
Copy link
Contributor

@NikolaMilosa NikolaMilosa commented Jun 4, 2024

Previously we used to query the sns-api which included a lot of unnecessary data (like the logo), had pagination and required two calls for each entry to get the whole information about the sns. With this change we need 1 canister call to fetch all the necessary data to scrape logs and (SNS_COUNT div 100) + 1 to get all the names for snses.

@NikolaMilosa NikolaMilosa requested a review from a team as a code owner June 4, 2024 10:35
Copy link
Member

@sasa-tomic sasa-tomic left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@NikolaMilosa NikolaMilosa merged commit 9f8fa09 into main Jun 4, 2024
5 checks passed
@NikolaMilosa NikolaMilosa deleted the nm-migrating-sns-downloader-to-canister-calls branch June 4, 2024 11:23
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.

3 participants