tokio-cron-scheduler icon indicating copy to clipboard operation
tokio-cron-scheduler copied to clipboard

Schedule tasks on Tokio using cron-like annotation

Results 22 tokio-cron-scheduler issues
Sort by recently updated
recently updated
newest added

The `cron` library is quite a strict implementation, which makes some things like 'run on the last day of each month' or 'run on the 3rd wednesday of each month'...

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...