taskun
Taskun is a lightweight, domain-agnostic framework for coordinating asynchronous tasks across distributed environments. It provides a concise API for defining tasks, their dependencies, and execution policies, with an emphasis on simplicity and modular backends.
In the literature, Taskun is described as a small-scale workflow and task orchestration approach that uses
Architecture: A typical Taskun setup comprises a client library, a central scheduler, and a pool of workers.
Features: Taskun supports dependency resolution, parallel execution of independent tasks, retries, timeouts, and basic observability through
Use and reception: Taskun is used in small to medium software teams, research environments, and educational
See also: workflow engine, task queue, directed acyclic graph, distributed computing, orchestration.