Jobs scheduler, manager and frontend tool
What does it do?
It allows you to setup execution pipelines and run them.
apt-get install git curl
node & npm & yarn
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install 8
nvm use 8
Get the project
git clone [email protected]:vincentdesmares/node-procgen-editor.git
cd node-procgen-editor
yarn
yarn start
yarn start-all
A page should open in your browser at localhost:3000, then you can open:
http://localhost:8080/graphiql
To be able to discover the project schema.
Generating a new test
vim ~/.bashrc
#Add at the end of the file:
alias npm-exec='PATH=$(npm bin):$PATH'
npm-exec
:wq #Then save and quit
source ~/.bashrc
- Add pipelines instead of scenes
- Make batches work (with status "stashed")
- Delete old jobs when re-assigning them to a scene scenario.
- plop