job
Job scheduler
A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency.
JOB, make your short-term command as a long-term job. 将命令行规划成任务的工具
145 stars
2 watching
12 forks
Language: Shell
last commit: over 4 years ago
Linked from 3 awesome lists
benchconcurrencycrontabjobrepeatreportretry
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
onatm/clockwerk | A library for scheduling periodic jobs in a simple and efficient manner | 155 |
rmetcalf9/dockjob | A job scheduler designed to run inside a Docker container | 21 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
coreoz/wisp | A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
knowm/sundial | A lightweight Java framework for scheduling jobs with various triggers | 270 |
datarootsio/cheek | A lightweight declarative job scheduler for single-node environments. | 161 |
luoxiu/schedule | A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,824 |
bkeepers/qu | A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 506 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
hokify/agenda | A lightweight, TypeScript-based job scheduling solution with MongoDB persistence and configurable scheduling options. | 58 |
thieman/dagobah | A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs. | 755 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
binchengzhao/delay-timer | A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 315 |