cr
Task scheduler
An execution system for tasks with dependencies.
Runs your tasks at maximum concurrency
695 stars
14 watching
18 forks
Language: Go
last commit: almost 6 years ago concurrencyfastgolanggraphtask-runner
Related projects:
Repository | Description | Stars |
---|---|---|
rk/go-cron | A simple library to handle scheduled tasks in Go | 230 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
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 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 446 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
crazy-max/swarm-cronjob | Automatically schedules tasks on a distributed system using Docker Swarm and Go | 760 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
thomasgalliker/ncrontab.scheduler | A thread-safe task scheduler for .NET applications | 14 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
hugoabonizio/schedule.cr | Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal | 74 |
osgochina/swoole-crontab | A PHP-based scheduling system utilizing Swoole for asynchronous execution and crontab compatibility. | 972 |