cooperlees / monitord

Script to parse systemd units and components health + offer telemetry
GNU General Public License v2.0
22 stars 8 forks source link

Fix daemon mode sleep to be tokio friendly #88

Open cooperlees opened 1 month ago

cooperlees commented 1 month ago

Need to tokio async sleep, not thread::sleep.

https://github.com/cooperlees/monitord/blob/main/src/lib.rs#L153