Skip to content

Releases: mvniekerk/tokio-cron-scheduler

0.4 - Start, stop and removal notifications

06 Feb 18:48
Compare
Choose a tag to compare

New:

  • Add (and remove) notifications whenever your job was started, completed or removed.
  • The scheduler is now trait-ed off so that you can plug in your own scheduler. The default implementation is living in its own source file (simple_job_scheduler).