You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(eth-watch): split heavy get logs requests if 503 (#3706)
## What ❔
split heavy get logs requests if got error 503
## Why ❔
We use proxyd that proxies mostly vanila reth nodes in our setup, some
get_logs requests with big block range take a lot of time so they can
rejected in proxyd by timeout, in this case 503 is returned. We should
split such requests into smaller so they can be processed.
## Is this a breaking change?
- [ ] Yes
- [x] No
## Operational changes
No
## Checklist
<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->
- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.
0 commit comments