-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
job.sh: Add synchronization helpers #3
Comments
When I add this I should remember to add something that also installs CI deps like prettier/goimports/pandoc automatically but serialized. |
And then remember to remove from ci setup scripts. |
lockfile_wait each job represents a lockfile in $TMPDIR. Ties into #19 |
No need for fsnotify, just poll. |
also automatically gets |
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 andfswatch
for macOS.The text was updated successfully, but these errors were encountered: