chore: add a watchdog task that tells me if the process is still running while I debug why the bot dies sometimes without existing

This commit is contained in:
2026-05-07 02:32:17 -04:00
parent c53a3620f2
commit 09107bc97b
2 changed files with 13 additions and 6 deletions

View File

@@ -68,11 +68,7 @@ songbird = { version = "0.6.0", default-features = false, features = [
] }
strum = { version = "0.28.0", features = ["derive"] }
time = "0.3.47"
tokio = { version = "1.46.0", features = [
"rt-multi-thread",
"macros",
"signal",
] }
tokio = { version = "1.46.0", features = ["rt-multi-thread", "macros", "signal", "time"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tokio-websockets-0-13 = { package = "tokio-websockets", version = "0.13", features = [
"rustls-webpki-roots",