mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 07:45:35 +01:00
Process job scheduler errors
This commit is contained in:
@@ -51,7 +51,10 @@ async fn main() {
|
||||
env_logger::init();
|
||||
|
||||
tokio::spawn(async {
|
||||
cron_jobs().await
|
||||
match cron_jobs().await {
|
||||
Ok(_) => (),
|
||||
Err(e) => panic!("{:?}", e),
|
||||
}
|
||||
});
|
||||
|
||||
start_app().await;
|
||||
|
||||
Reference in New Issue
Block a user