feat: heartbeat check with log, sheet api config
Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
fa62d9d83f
commit
d048dc2437
8 changed files with 751 additions and 21 deletions
|
|
@ -20,6 +20,7 @@ redis = { version = "1.0.2", features = ["tokio-comp"] }
|
|||
reqwest = { version = "0.13.1", features = ["multipart"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls", "sqlite"] }
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
tokio-cron-scheduler = "0.15.1"
|
||||
tokio-stream = "0.1.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue