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. 将命令行规划成任务的工具
147 stars
2 watching
12 forks
Language: Shell
last commit: over 4 years ago
Linked from 3 awesome lists
benchconcurrencycrontabjobrepeatreportretry
Related projects:
Repository | Description | Stars |
---|---|---|
| A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 412 |
| A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
| A library for scheduling periodic jobs in a simple and efficient manner | 160 |
| A job scheduler designed to run inside a Docker container | 21 |
| A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
| A lightweight Java library for managing recurring tasks and jobs with features like scheduling, statistics tracking, and thread pool management. | 133 |
| A lightweight Java framework for scheduling jobs with various triggers | 270 |
| A lightweight declarative job scheduler for single-node environments. | 166 |
| A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,825 |
| A Ruby library for queuing and processing background jobs with multiple backends and resque-like API | 505 |
| Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
| A lightweight, TypeScript-based job scheduling solution with MongoDB persistence and configurable scheduling options. | 58 |
| A simple job scheduler written in Python that uses a dependency graph to manage tasks and jobs. | 757 |
| A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
| A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 317 |