dkn-compute-node icon indicating copy to clipboard operation
dkn-compute-node copied to clipboard

feat: add summary on shutdown

Open erhant opened this issue 1 year ago • 1 comments

When the node terminates, we should see a summary like "this many XXX tasks processed, YYY messages received and ZZZ tasks skipped" or such.

erhant avatar Jun 13 '24 13:06 erhant

With upcoming CI workflows especially related to various VPS runs, we can focus on this soon

erhant avatar Sep 17 '24 12:09 erhant

implemented with the addition of channels & task counters: https://github.com/firstbatchxyz/dkn-compute-node/blob/master/compute/src/node.rs#L437

erhant avatar Dec 30 '24 14:12 erhant