Cronicle
Task scheduler
A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers.
A simple, distributed task scheduler and runner with a web based UI.
4k stars
64 watching
391 forks
Language: JavaScript
last commit: 25 days ago
Linked from 1 awesome list
croncrontabmultiserverscheduler
Related projects:
Repository | Description | Stars |
---|---|---|
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
rk/go-cron | A library for scheduling tasks with varying intervals in Go | 232 |
hexagon/croner | A JavaScript/TypeScript library for scheduling and managing tasks based on cron expressions. | 2,051 |
osgochina/swoole-crontab | A PHP-based scheduling system utilizing Swoole for asynchronous execution and crontab compatibility. | 972 |
thomasgalliker/ncrontab.scheduler | A thread-safe task scheduler for .NET applications | 14 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
jjb/ruby-clock | A Ruby-based job scheduler that runs jobs in parallel threads within a persistent process. | 79 |
icanzilb/taskqueue | A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
sidroberts/phalcon-cron | A component that enables scheduled tasks to be executed in a PHP application using the Phalcon framework. | 79 |
nicomt/ckron | A tool for scheduling and managing containerized operations in a cron-like manner. | 54 |
kagkarlsson/db-scheduler | A task scheduler that allows for cluster-friendly, persistent tasks with high throughput and minimal dependencies. | 1,263 |
jbernardo95/cronex | A cron like system built in Elixir that allows you to schedule jobs and run them at specific times or intervals. | 48 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |