mvniekerk / tokio-cron-scheduler

Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
483 stars 58 forks source link

Why the jobs in the postgresql table job can not auto run #73

Open gensuineixin opened 1 month ago

gensuineixin commented 1 month ago

I add some jobs, its stored in the postgresql job table ,then i ctrl+c the tokio process, i expect the job will auto run when i run scheduler.start(),but the jobs not run. how to resolve the problem? thank you for your attension.