Wisp
Job scheduler library
A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management.
A simple Java Scheduler library with a minimal footprint and a straightforward API
133 stars
11 watching
23 forks
Language: Java
last commit: 14 days ago
Linked from 1 awesome list
cronjavajava-schedulerjob-schedulerperiodic-jobsperiodic-tasksscheduleschedulerwisp
Related projects:
Repository | Description | Stars |
---|---|---|
knowm/sundial | A lightweight Java framework for scheduling jobs with various triggers | 270 |
kagkarlsson/db-scheduler | A simple task scheduler designed for use in clustered Java applications with persistent tasks and minimal dependencies. | 1,261 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
roylee0704/gron | A Go library that provides a simple and flexible way to schedule recurring tasks and jobs. | 1,031 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 611 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,893 |
hexagon/croner | A JavaScript/TypeScript library for scheduling and managing tasks based on cron expressions. | 2,051 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
jbernardo95/cronex | A cron like system built in Elixir that allows you to schedule jobs and run them at specific times or intervals. | 48 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
nicomt/ckron | A tool for scheduling and managing containerized operations in a cron-like manner. | 54 |
hubspot/singularity | An API and web application for scheduling and running long-running processes, one-off tasks, and scheduled jobs on the Apache Mesos platform. | 825 |
rbrahul/deno_cron | A library that allows developers to write and execute custom cron job schedules in a human-readable format. | 100 |