Want to be able to make runjob be able to limit the number of concurrent processes to x.
And for job's to be able to wait on an already running job before starting the very same job.
e.g. if you have two jobs to run fmt and lint and both depend on yarn being ran first to fetch dependencies.
Will require a dependency on inotifywait for linux and fswatch for macOS.
Want to be able to make runjob be able to limit the number of concurrent processes to x.
And for job's to be able to wait on an already running job before starting the very same job.
e.g. if you have two jobs to run fmt and lint and both depend on
yarnbeing ran first to fetch dependencies.Will require a dependency on
inotifywaitfor linux andfswatchfor macOS.