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

go/worker/storage: Make fetch pool per-runtime #5595

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

kostko
Copy link
Member

@kostko kostko commented Mar 13, 2024

This should speed up storage sync in case of nodes that have multiple runtimes configured.

Copy link

netlify bot commented Mar 13, 2024

Deploy Preview for oasisprotocol-oasis-core canceled.

Name Link
🔨 Latest commit 82bb7b2
🔍 Latest deploy log https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/65f183e31c80b30008009d0a

This should speed up storage sync in case of nodes that have multiple
runtimes configured.
@kostko kostko marked this pull request as ready for review March 13, 2024 10:45
@kostko kostko force-pushed the kostko/feature/storage-perrt-fetchpool branch from e7e2a9a to 82bb7b2 Compare March 13, 2024 10:45
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.00%. Comparing base (2333963) to head (82bb7b2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5595      +/-   ##
==========================================
- Coverage   66.11%   66.00%   -0.11%     
==========================================
  Files         588      588              
  Lines       60089    60085       -4     
==========================================
- Hits        39728    39662      -66     
- Misses      15742    15790      +48     
- Partials     4619     4633      +14     

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

@kostko kostko merged commit 917dcc3 into master Mar 13, 2024
6 of 7 checks passed
@kostko kostko deleted the kostko/feature/storage-perrt-fetchpool branch March 13, 2024 17:03
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.

None yet

2 participants