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 Infura 429 errors #88

Open
rarecrumb opened this issue Jul 25, 2024 · 2 comments
Open

Catch Infura 429 errors #88

rarecrumb opened this issue Jul 25, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@rarecrumb
Copy link
Contributor

Describe the bug
We hit a rate-limit for Infura RPC and receive a 429

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Specs:

  • OS: Kubernetes 1.30
  • Kernel: [e.g. Linux 6.2.0-27-generic]
  • Blutgang version: latest
  • Please add any specs relevant to your issue below

Blutgang options:

  • DB mode: [e.g. HighThroughput]
  • DB compression: [e.g. no]
  • Cache capacity: [e.g. 1000000000]
  • MA length: [e.g. 20]
  • RPCs used: infura

Additional context

error={ "code": -32005, "data": { "see": "https://infura.io/dashboard" }, "message": "daily request count exceeded, request rate limited" }, payload={ "id": 12449, "jsonrpc": "2.0", "method": "eth_blockNumber", "params": [  ] }, code=UNKNOWN_ERROR, version=6.12.1)
@rarecrumb rarecrumb added the bug Something isn't working label Jul 25, 2024
@makemake-kbo
Copy link
Contributor

I think this addressed it a5ae3b9

@makemake-kbo
Copy link
Contributor

it was actually this... c334a61

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

2 participants