An open API service indexing awesome lists of open source software.

https://github.com/nicmcd/taskrun

An easy-to-use python package for running tasks with dependencies, conditional execution, and resource management
https://github.com/nicmcd/taskrun

parallel python scheduler task

Last synced: 9 months ago
JSON representation

An easy-to-use python package for running tasks with dependencies, conditional execution, and resource management

Awesome Lists containing this project

README

          

# TaskRun

An easy-to-use python package for running tasks with dependencies, conditions,
and resource management. It supports function tasks and process tasks. The
interface is extensible so any custom Task can be implemented. Resource
management consists of generic resources via counters and memory resource
enforcement. Tasks can have conditional execution based on file dependencies,
function conditions, or any other custom condition. Tasks can have other tasks
as dependencies.