-
Notifications
You must be signed in to change notification settings - Fork 203
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
clean up locks when EasyBuild session is cancelled with signal like SIGTERM #3291
Commits on Apr 18, 2020
-
add create_lock, check_lock and remove_lock function + use them in Ea…
…syBlock.run_all_steps
Configuration menu - View commit details
-
Copy full SHA for a4d7cad - Browse repository at this point
Copy the full SHA a4d7cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5800437 - Browse repository at this point
Copy the full SHA 5800437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed5b8d - Browse repository at this point
Copy the full SHA 5ed5b8dView commit details
Commits on Apr 19, 2020
-
add signal handler 'clean_up_locks_signal_handler' to clean up locks …
…after receiving signal
Configuration menu - View commit details
-
Copy full SHA for e7f2226 - Browse repository at this point
Copy the full SHA e7f2226View commit details -
register signal handlers at start of main to clean up locks on receiv…
…ing SIGTERM & co (fixes easybuilders#3280)
Configuration menu - View commit details
-
Copy full SHA for 1752c4a - Browse repository at this point
Copy the full SHA 1752c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52acdb2 - Browse repository at this point
Copy the full SHA 52acdb2View commit details
Commits on May 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 482975a - Browse repository at this point
Copy the full SHA 482975aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5675133 - Browse repository at this point
Copy the full SHA 5675133View commit details -
add --wait-on-lock-limit and --wait-on-lock-interval configuration op…
…tions, deprecate --wait-on-lock
Configuration menu - View commit details
-
Copy full SHA for d879cda - Browse repository at this point
Copy the full SHA d879cdaView commit details -
add final check for lock before giving up with an error when wait lim…
…it has been reached
Configuration menu - View commit details
-
Copy full SHA for 27ab7e0 - Browse repository at this point
Copy the full SHA 27ab7e0View commit details