vouch/services/scheduler
Jim McDonald 3e1b529ec5
Add advanced scheduler.
The basic scheduler has shown weakness when handling high load, which
manifests with the occasional deadlock situation.  This introduces an
advanced scheduler, which contains additional features in an attempt to
ensure that regardless of the concurrent load no job is ever left in an
inconsistent state, explicitly with outstanding items to read on its
channels.
2021-07-27 16:28:50 +01:00
..
advanced Add advanced scheduler. 2021-07-27 16:28:50 +01:00
basic Handle chain reorganisations. 2021-01-31 13:49:15 +00:00
mock Handle chain reorganisations. 2021-01-31 13:49:15 +00:00
service.go Add advanced scheduler. 2021-07-27 16:28:50 +01:00