cr icon indicating copy to clipboard operation
cr copied to clipboard

Runs your tasks at maximum concurrency

Results 12 cr issues
Sort by recently updated
recently updated
newest added

https://www.gnu.org/software/make/manual/html_node/Parallel.html

question

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...

bug

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...

enhancement

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....

enhancement

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...

enhancement

It might be worth using CWL(common workflow language) as the spec for `cr`

enhancement

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`,...

enhancement

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...