Sundial
Job scheduler
A lightweight Java framework for scheduling jobs with various triggers
A Light-weight Job Scheduling Framework
270 stars
14 watching
53 forks
Language: Java
last commit: 4 months ago
Linked from 1 awesome list
cronjavaquartzscheduled-jobsschedulertrigger
Related projects:
Repository | Description | Stars |
---|---|---|
knowm/dropwizard-sundial | A library that simplifies the process of adding scheduled jobs to Java applications using Quartz | 35 |
coreoz/wisp | A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
simplymadeapps/simple_scheduler | Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
jaredstehler/dropwizard-quartz | A framework that integrates job scheduling with Dropwizard using Quartz and Guice. | 51 |
datarootsio/cheek | A lightweight declarative job scheduler for single-node environments. | 161 |
kagkarlsson/db-scheduler | A simple task scheduler designed for use in clustered Java applications with persistent tasks and minimal dependencies. | 1,261 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 611 |
shinmera/simple-tasks | A simple task scheduling framework that allows executing tasks in the background. | 20 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 145 |
lucas34/swiftqueue | A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 410 |
ajvb/kala | A modern job scheduler written in Go. | 2,136 |
nicomt/ckron | A tool for scheduling and managing containerized operations in a cron-like manner. | 54 |