firstbatchxyz / dkn-compute-node

Compute Node of Dria Knowledge Network.
Apache License 2.0
8 stars 2 forks source link

feat: Diagnostic thread #12

Closed erhant closed 1 month ago

erhant commented 1 month ago

Motivation

We need to see Waku network state as certain intervals. We don't need the entire Grafana for that, just peers can be enough for now. We could track things like heartbeats_responded or tasks_received and tasks_included for that as well. Should print every minute or so.

Technical Requirements

Just a worker thread.

Task Input

None.

erhant commented 1 month ago

Done in #13