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: 4 months ago
Linked from 1 awesome list
cronscheduler
Related projects:
Repository | Description | Stars |
---|---|---|
| A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 505 |
| A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,975 |
| An asynchronous task queue system for Ruby applications | 2,149 |
| Schedules jobs to run at specific times using cron notation or natural language | 1,873 |
| A lightweight Java framework for scheduling jobs with various triggers | 270 |
| A task scheduler for Java applications that provides persistent scheduling and high throughput. | 1,279 |
| Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
| A library for scheduling periodic jobs in a simple and efficient manner | 160 |
| A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
| Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
| A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |
| A cron like system built in Elixir that allows you to schedule jobs and run them at specific times or intervals. | 48 |
| Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
| A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
| Supports scheduling of future job runs in a background job system | 1,737 |