lholden / job_scheduler

A simple cron-like job scheduling library for Rust.
Apache License 2.0
196 stars 34 forks source link

Allow setting last_tick #16

Closed mjanda closed 4 years ago

mjanda commented 4 years ago

I'm persisting last_tick value so I can re-run anything that would run during some maintenance windows etc. And I need to be able to set it on created jobs after restart.

lholden commented 4 years ago

Seems reasonable! Thanks for the pull request :)