pkahly / bitcoin-monitor

Monitors a full Bitcoin node and sends status emails and alerts
MIT License
0 stars 0 forks source link

Consider Running Multiple Jobs #140

Open pkahly opened 5 years ago

pkahly commented 5 years ago

Consider splitting the work into separate jobs, this would improve error handling and allow long running work to happen in the background.

This would require a database server instead of sqlite to manage concurrency.

Would create separate subfolders for each job, with a script to start them all.