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

[builder API] Increase/add Timeouts #3319

Closed
Tracked by #3091
realbigsean opened this issue Jul 8, 2022 · 0 comments
Closed
Tracked by #3091

[builder API] Increase/add Timeouts #3319

realbigsean opened this issue Jul 8, 2022 · 0 comments
Labels
bellatrix Required to support the Bellatrix Upgrade

Comments

@realbigsean
Copy link
Member

Description

Thanks @ralexstokes for pointing this out.

We are currently using a 500ms timout on the getHeader request, but 1 second is specified. I don't think this should make any difference because we already are querying both the builder API and the local EE for a payload at the same time and comparing the two. The timeout on the local EE is 2 seconds, so changing the builder timeout shouldn't impact us negatively until we are past that.

Additionally, we should add timeouts for other requests to the builder API just to make sure a faulty relay doesn't interfere with processing elsewhere.

@realbigsean realbigsean added the bellatrix Required to support the Bellatrix Upgrade label Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bellatrix Required to support the Bellatrix Upgrade
Projects
None yet
Development

No branches or pull requests

1 participant