mvniekerk / tokio-cron-scheduler

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

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

Open gensuineixin opened 3 months ago

gensuineixin commented 3 months 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.

mvniekerk commented 2 months ago

Hi @gensuineixin - do you've got a repo that replicates the issue?

gensuineixin commented 1 month ago

Thank you very much,I'll try to resolve the problem.

gensuineixin commented 1 month ago

Thank you very much,I'll try to resolve the problem.

gensuineixin commented 1 month ago

Thank you very much,I'll try to resolve the problem.