dkn-compute-node
dkn-compute-node copied to clipboard
feat: add summary on shutdown
When the node terminates, we should see a summary like "this many XXX tasks processed, YYY messages received and ZZZ tasks skipped" or such.
With upcoming CI workflows especially related to various VPS runs, we can focus on this soon
implemented with the addition of channels & task counters: https://github.com/firstbatchxyz/dkn-compute-node/blob/master/compute/src/node.rs#L437