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

Batch requests for information #125

Closed
SvenDowideit opened this issue May 16, 2022 · 1 comment
Closed

Batch requests for information #125

SvenDowideit opened this issue May 16, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@SvenDowideit
Copy link
Member

SvenDowideit commented May 16, 2022

I'm making way too many individual accountinfo requests, and so running into 429's - as per https://docs.solana.com/cluster/rpc-endpoints

Clearly, I need to throw the requests into a queue, and batch them with getMultipleAccounts.

this is a followon for #86

@SvenDowideit SvenDowideit added the bug Something isn't working label May 16, 2022
@SvenDowideit SvenDowideit added this to the 0.4.0 milestone May 16, 2022
@SvenDowideit SvenDowideit self-assigned this May 16, 2022
@SvenDowideit
Copy link
Member Author

@nathanleclaire implemented this in #173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant