Small module that spawns some number of workers to randomly get symbols in attempt og typing the requested string
To run:
sbt "project monkey_typist" run
To see printed help message:
sbt "project monkey_typist" "run --help"
Job orchestrator that allows workers to be registered for a job execution by job name to be selected later for job execution
To run:
sbt "project orchestrator" run
To see printed help message:
sbt "project orchestrator" "run --help"