Add a DB cleaner cron job

This commit is contained in:
Valentin Tolmer
2021-05-25 10:39:09 +02:00
parent 9899c6f5aa
commit eb5c48f030
4 changed files with 89 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ anyhow = "*"
async-trait = "0.1"
chrono = { version = "*", features = [ "serde" ]}
clap = "3.0.0-beta.2"
cron = "*"
futures = "*"
futures-util = "*"
hmac = "0.10"