orchestrator
Task sequencer
A module for sequencing and executing tasks with dependencies in maximum concurrency
A module for sequencing and executing tasks and dependencies in maximum concurrency
1k stars
30 watching
58 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
overzealous/run-sequence | A utility function for managing the execution order of dependent tasks in a build pipeline. | 961 |
quanvo87/groupwork | A framework that helps orchestrate concurrent asynchronous tasks in Swift. | 43 |
mozilla/task.js | A library that provides an automatic task scheduler for cooperative concurrency in ES6 JavaScript applications. | 1,630 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
rickyrobinett/langchainjs-workers | A JavaScript library for managing and executing background tasks in a scalable manner | 62 |
adamjmurray/cosy | A programming language and software framework for composing musical patterns and general-purpose sequencing. | 29 |
ruyadorno/ntl | An interactive command-line tool to list and run tasks defined in package.json files | 938 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,838 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,424 |
rpominov/fun-task | An abstraction for managing asynchronous code in JavaScript | 373 |
cirocosta/cr | An execution system for tasks with dependencies. | 694 |
robrich/gulp-exec | An npm package providing an exec plugin for Gulp tasks to run shell commands with customizable reporting and error handling. | 163 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,456 |
fabriziobrancati/queuer | A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,109 |