add worker heartbeat

This commit is contained in:
Johannes Heuel
2022-09-21 16:28:10 +02:00
parent 9f2d06b1bb
commit 60df9aca1a
5 changed files with 96 additions and 44 deletions

View File

@@ -20,3 +20,4 @@ tokio = { version = "1", features = ["full"] }
clap = "3.2.22"
env_logger = "0.9"
log = "0.4"
futures = "0.3.24"