Distributed Task Queue (development branch)
-
Updated
Nov 11, 2020 - Python
{{ message }}
Distributed Task Queue (development branch)
Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
A fast, concurrency-focused task automation tool.
A fast and reliable background task processing library for Python 3.
Multi-stage command line deploy/mirroring and task runner for Wordpress
Modern Make
A hybrid thread / fiber task scheduler written in C++ 11
doit already support Task parameters, but they are not convenient to be used with task-groups.
Example of proposed feature:
from doit import task_param
@task_param({'name':'param1', 'short':'p', 'default':'default value'})
def task_py_params(param1):
for name in ['foo', 'bar']:
yield {
'name': name,
'actions':['echo {}'.format(param1)],
Deployer is a free and open source deployment tool.
Rust task runner and build tool.
Runs your tasks at maximum concurrency
Collection of cheat sheets(HTML, CSS, JS, Git, Gulp, etc.,) for your frontend development needs & reference
Everything awesome related to npm scripts and using npm as a build tool.
BuidlerError and BuidlerPluginError instances aren't print nicely in node's console. We should provide custom inspect methods to change this.
A PHP cron task manager for MVC-type applications
The task manager for php
A build automation tool for Docker applications
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
Svelto Tasks - C# promises compliant multi-threaded tasks runner
A simple, light-weight and modern task runner for general purpose.
Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.
To associate your repository with the task-runner topic, visit your repo's landing page and select "manage topics."
Hello, first let me say I really like Task and hope to contribute to it and get more adoption of it in my OSS projects (and in my work @sourcegraph where possible.)
One aspect that confuses me a bit is that the installation docs explicitly mention it cannot be installed via
go get:From what I can t