distributed
Task scheduler
A library for managing and orchestrating parallel computing tasks across multiple machines
A distributed task scheduler for Dask
2k stars
57 watching
719 forks
Language: Python
last commit: 1 day ago
Linked from 1 awesome list
daskdistributed-computinghacktoberfestpydatapython
Related projects:
Repository | Description | Stars |
---|---|---|
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
kagkarlsson/db-scheduler | A task scheduler for Java applications that provides persistent scheduling and high throughput. | 1,279 |
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,975 |
dahall/taskscheduler | Provides a .NET wrapper for the Windows Task Scheduler | 1,233 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
dougbinks/enkits | An API and scheduling library for parallel programming using multicore CPUs | 1,763 |
danengelbrecht/bikeshed | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 |
tsikov/clerk | A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 |
dougbinks/enkitsexamples | C and C++ examples for a parallel program task scheduler | 86 |
dereuromark/cakephp-queue-scheduler | A plugin for CakePHP that integrates with the Queue plugin to schedule and manage tasks like cron jobs. | 6 |
fizista/micropython-mcron | A time-based task scheduling library for Python on microcontrollers with hardware timers | 35 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |