From: alex Date: Fri, 8 Feb 2019 19:28:22 +0000 (+0100) Subject: Add parallel execution framework X-Git-Tag: 20240214-emacs~645 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=8052f2c58a82efcf9c1202e1357f6e8265356126;p=alex.git Add parallel execution framework --- diff --git a/IDEAS b/IDEAS index e1c0657..3826832 100644 --- a/IDEAS +++ b/IDEAS @@ -37,6 +37,16 @@ SQL Query tool ** Native GUIs frontends * Smart join completion +Parallel execution framework + +* A tool to run stuff such as CI builds which need sophisticated parallelization +* Create differently sized resource pools (for CPU-bound tasks, "API"-bound, etc.) +* Local execution of workflows on a workstation, remote execution on a CI server +* Handle task dependencies and artifact passing from parent to child tasks +* Capture stdout/stderr of tasks, allow viewing in realtime +* Timestamp stdout/stderr for crude profiling +* Implement a CI system on top? + Development stack * Easy to deploy modular platform of: