Skip to content
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

Merged
merged 10 commits into from
May 1, 2020

Commits on Apr 18, 2020

  1. add create_lock, check_lock and remove_lock function + use them in Ea…

    …syBlock.run_all_steps
    boegel committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    a4d7cad View commit details
    Browse the repository at this point in the history
  2. add clean_up_locks function

    boegel committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    5800437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed5b8d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. add signal handler 'clean_up_locks_signal_handler' to clean up locks …

    …after receiving signal
    boegel committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    e7f2226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1752c4a View commit details
    Browse the repository at this point in the history
  3. removed unused import

    boegel committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    52acdb2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    482975a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5675133 View commit details
    Browse the repository at this point in the history
  3. add --wait-on-lock-limit and --wait-on-lock-interval configuration op…

    …tions, deprecate --wait-on-lock
    boegel committed May 1, 2020
    Configuration menu
    Copy the full SHA
    d879cda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27ab7e0 View commit details
    Browse the repository at this point in the history