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

Lower retry interval in EN requester engine #6444

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

jordanschalm
Copy link
Member

We have observed execution nodes (in particular Mainnet EN1) occasionally fail to retrieve collections using this engine, which can cause temporary execution halts. Setting a retry maximum of 10s empirically results in a much faster recovery from these faults (default is 2m).

@codecov-commenter
Copy link

codecov-commenter commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.41%. Comparing base (661a419) to head (ab99023).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6444   +/-   ##
=======================================
  Coverage   41.41%   41.41%           
=======================================
  Files        2021     2021           
  Lines      143940   143940           
=======================================
  Hits        59619    59619           
+ Misses      78150    78149    -1     
- Partials     6171     6172    +1     
Flag Coverage Δ
unittests 41.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jordanschalm jordanschalm added this pull request to the merge queue Sep 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 9, 2024
@jordanschalm jordanschalm added this pull request to the merge queue Sep 9, 2024
Merged via the queue into master with commit 426f640 Sep 9, 2024
55 checks passed
@jordanschalm jordanschalm deleted the jord/backport-en-fetch-collection-10s branch September 9, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants