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

cherry-pick podnames & task result fix #50

Draft
wants to merge 2 commits into
base: release-3.4
Choose a base branch
from

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    9e0ac23 View commit details
    Browse the repository at this point in the history
  2. fix: reconcile wf when taskresult is added/updated

    Re-adds an EventHandler to trigger an update when a WorkflowTaskResult
    got added/updated. Without this, a workflow progress only gets updated
    upon completion or every 20mins.
    
    Fixes argoproj#10096, bug introduced in argoproj#8135
    Reverts argoproj#8459 to re-add the progress test
    
    Signed-off-by: Michael Weibel <[email protected]>
    mweibel committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ac54eb3 View commit details
    Browse the repository at this point in the history