Skip to content

Beta-7

Compare
Choose a tag to compare
@cohix cohix released this 24 Feb 13:52
· 358 commits to main since this release
v0.7.0
636d99d

The scheduler now has Schedules! Beta-7 brings the ability to register a Schedule object that will run jobs based on a schedule you define, such as "run after 1 minute" or "run every hour" or anything else you can think of!

The Schedule interface is very easy to implement for custom Schedules, and the Every and After Schedules are provided in the rt package.

Enjoy!