Skip to content

0.4 - Start, stop and removal notifications

Compare
Choose a tag to compare
@mvniekerk mvniekerk released this 06 Feb 18:48
· 81 commits to main since this release

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