cr
cr copied to clipboard
Runs your tasks at maximum concurrency
Given this file: ``` Runtime: Stdout: true Jobs: - Id: 'echo' Run: 'echo "hello"' ``` When I pass in `--stdout`. ``` ➜ xxx git:(master) ✗ ../cr --file ./cr-example.yaml --stdout Starting...
Hey, for some workloads where too much concurrency gets in the way in the form of too much context switching it's interesting to have limited concurrency. The easiest approach is...
Hey, right now we advertise the possibility of setting `Directory` as the default directory to be used as `cwd` but we're not actually using it at the directory resolution method....
I have a simple example below, where I'd want user input then continue the next script that uses the variable set from `read`. ``` Jobs: - Id: 'setExample' Run: 'echo...
It might be worth using CWL(common workflow language) as the spec for `cr`
Right now we're making use of `[ /bin/bash -c ]`. It might be interesting to replace that with something custom. The easiest way to do so is by changing `Config.Runtime`,...
My Cryptocurrency Was Stolen – How FASTFUND RECOVERY Saved Me. My name is Victoria Smith from New York, and I want to share my experience in hopes it helps someone...