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

Throttle Alchemy RPC requests in case of rate limiting #274

Open
Tracked by #303
agostbiro opened this issue Jan 25, 2024 · 0 comments
Open
Tracked by #303

Throttle Alchemy RPC requests in case of rate limiting #274

agostbiro opened this issue Jan 25, 2024 · 0 comments
Assignees

Comments

@agostbiro
Copy link
Member

agostbiro commented Jan 25, 2024

Alchemy guarantees a certain throughput, but allows higher if they have free capacity. This means that it doesn’t make sense to proactively apply throttling, instead it needs to be applied when getting rate limited.

Definition of Done

When running Hardhat provider integration tests with Alchemy, the backoff in case of rate limiting takes into account the compute capacity units of the user.

@agostbiro agostbiro self-assigned this Jan 25, 2024
@agostbiro agostbiro added this to the EDR v0.2.0 milestone Jan 25, 2024
@agostbiro agostbiro changed the title Throttle Alchemy RPC requests to stay under rate limits Throttle Alchemy RPC requests in case of rate limiting Jan 31, 2024
@agostbiro agostbiro removed this from the EDR v0.2.0 milestone Feb 1, 2024
@Wodann Wodann mentioned this issue Feb 26, 2024
29 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants