diff options
| author | alex <alex@pdp7.net> | 2019-02-08 20:28:22 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2019-02-08 20:28:22 +0100 |
| commit | 8052f2c58a82efcf9c1202e1357f6e8265356126 (patch) | |
| tree | cb917b481e953c3881864c1f86ed414e14dc37b9 | |
| parent | 0953851ecccfcf15d6b1997876bdeb17c4524266 (diff) | |
Add parallel execution framework
| -rw-r--r-- | IDEAS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |
