-
Notifications
You must be signed in to change notification settings - Fork 7
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
Daemonize rpc-downloader and importer-offline #1854
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
/benchmark |
Benchmark: Git Info:
Configuration:
RPS Stats: Max: 1005.00, Min: 650.00, Avg: 822.13, StdDev: 52.47 Plot: View Plot |
User description
Turns rpc_downloader and importer_offline as daemon, so they can keep running unstoppable
PR Type
Enhancement
Description
importer_offline
andrpc_downloader
, allowing them to run continuously and process new blocks.src/config.rs
.importer_offline
to support continuous block processing in daemon mode, with error handling and shutdown mechanisms.rpc_downloader
to support continuous downloading of blocks and balances in daemon mode.Changes walkthrough 📝
importer_offline.rs
Implement daemon mode for importer_offline
src/bin/importer_offline.rs
rpc_downloader.rs
Add daemon mode to rpc_downloader
src/bin/rpc_downloader.rs
config.rs
Add daemon mode configuration options
src/config.rs
ImporterOfflineConfig