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: almost 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. | 42 |
mozilla/task.js | A library that provides an automatic task scheduler for cooperative concurrency in ES6 JavaScript applications. | 1,629 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
rickyrobinett/langchainjs-workers | A JavaScript library for managing and executing background tasks in a scalable manner | 62 |
adamjmurray/cosy | A custom language 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 | 935 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,833 |
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,423 |
rpominov/fun-task | An abstraction for managing asynchronous code in JavaScript | 373 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
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. | 955 |
rq/rq-scheduler | Library that adds scheduling capabilities to Redis-based queuing library | 1,447 |
fabriziobrancati/queuer | A queue manager that provides a centralized way to manage asynchronous and synchronous tasks. | 1,088 |