Skip to content

Commit

Permalink
added info log
Browse files Browse the repository at this point in the history
  • Loading branch information
ansrivas committed May 16, 2024
1 parent 4a5e73e commit baca40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/job/alert_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub async fn run() -> Result<(), anyhow::Error> {
)
.await?;
}
log::info!("Spawned alert manager");

tokio::task::spawn(async move { run_schedule_jobs().await });
tokio::task::spawn(async move { clean_complete_jobs().await });
Expand Down

0 comments on commit baca40e

Please sign in to comment.