run-sequence
Task scheduler
A utility function for managing the execution order of dependent tasks in a build pipeline.
Run a series of dependent gulp tasks in order
961 stars
15 watching
56 forks
Language: JavaScript
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
robrich/orchestrator | A module for sequencing and executing tasks with dependencies in maximum concurrency | 1,225 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 446 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,833 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
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 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
egoist/maid | A tool that automates repetitive tasks by defining and running tasks in Markdown files using specific syntax. | 2,021 |
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 |
mozilla/task.js | A library that provides an automatic task scheduler for cooperative concurrency in ES6 JavaScript applications. | 1,629 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 40 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |