schedule-rs icon indicating copy to clipboard operation
schedule-rs copied to clipboard

"*/10 * * * * *" fails to parse

Open Boscop opened this issue 8 years ago • 3 comments

I want to run a job every 10 seconds but "*/10 * * * * *" fails to parse.

Boscop avatar Oct 23 '17 18:10 Boscop

https://github.com/mehcode/schedule-rs/issues/5

noahhai avatar Oct 23 '17 18:10 noahhai

https://crates.io/crates/job_scheduler supports this

noahhai avatar Oct 26 '17 16:10 noahhai

The master branch here should support this. Just need to dust it off and release it. Definitely would love a PR as it seems I haven't got the time to do it myself.

mehcode avatar Oct 26 '17 17:10 mehcode