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

workflow_run_manager: workflow stop race condition #310

Merged

Commits on Apr 9, 2020

  1. workflow_run_manager: workflow stop race condition

    * Happening when user stops a workflow before its first job is created.
      RWC stops only the existing jobs. However, because there is a grace
      period for stopping pods, RJC sidecar still runs, submitting a new
      job, and reporting its status, causing the workflow to “revive”.
      To mitigate this, we decrease the grace period to 0 and we don't
      allow stopped workflows to change status
      (closes reanahub/reana-client#395).
    Diego Rodriguez committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    8ba38e9 View commit details
    Browse the repository at this point in the history