ruby-clock
Job scheduler
A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process.
A ruby job scheduler which runs jobs each in their own thread in a persistent process.
79 stars
3 watching
1 forks
Language: Ruby
last commit: about 1 month ago
Linked from 1 awesome list
cronscheduler
Related projects:
Repository | Description | Stars |
---|---|---|
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
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 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,148 |
sidekiq-cron/sidekiq-cron | Schedules jobs to run at specific times using cron notation or natural language | 1,867 |
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 |
simplymadeapps/simple_scheduler | Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
coreoz/wisp | A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 145 |
jbernardo95/cronex | A cron like system built in Elixir that allows you to schedule jobs and run them at specific times or intervals. | 48 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
resque/resque-scheduler | Supports scheduling of future job runs in a background job system | 1,737 |