This commit is contained in:
2023-08-27 21:47:51 +02:00
parent 977e777010
commit 373ba9e19b

View File

@@ -525,6 +525,4 @@ pub async fn cron_jobs() {
Ok(v) => v,
Err(err) => panic!("{:?}", err),
};
log::info!("Scheduler shutdown...");
}