Skip to content
frosxt edited this page Jan 20, 2026 · 4 revisions

Chronos

Chronos is a lightweight, high-performance Java scheduling library. It provides a robust alternative to ScheduledExecutorService and Quartz, offering features like cron scheduling, retries, and jitter without external dependencies.

Key Features

  • Zero Dependencies: Requires only Java 21+.
  • Flexible Scheduling: Supports Cron, Fixed Rate, Fixed Delay, and One-Shot.
  • Resilience: Built-in exponential backoff and jitter.
  • Observability: Task listeners and metrics/snapshots.

Navigation

Clone this wiki locally