Skip to content

Kron v0.1.0 alpha

Choose a tag to compare

@BuildByNexora BuildByNexora released this 10 Jun 14:19
· 17 commits to main since this release

Kron v0.1.0 alpha

Highlights:

  • Embedded Python scheduler backed by Rust core
  • Sync API plus asyncio wrapper: astart, ashutdown, astatus, alist
  • Persistent timer metadata, append-only event log, snapshots and compaction
  • CLI observe/admin commands
  • Experimental OpenRaft-backed distributed server mode
  • PyPI distribution name: kron-scheduler; Python import remains: import kron
  • Notes:
  • Distributed mode remains experimental
  • Storage format is not stable before v1.0
  • Async callbacks are not supported yet