Skip to content

v0.1.7 - 2026-02-21

Choose a tag to compare

@knifecake knifecake released this 21 Feb 19:25
· 23 commits to main since this release
2cb31b7

Added:

  • Sphinx documentation site covering installation, getting started,
    configuration, API reference, internals and alternatives (#13). Published
    to Read The Docs
    .

Fixed:

  • Fixed a bug where the process would hang on shutdown and require kill -9.
    Timer threads (heartbeat, maintenance) are now daemon threads, matching
    Ruby's default thread behaviour (#16).
  • Fixed skip_recurring not actually skipping scheduling and execution of
    recurring tasks — it now excludes the scheduler process entirely (#37).