MCPcopy
hub / github.com/argoproj/argo-workflows / requeue

Method requeue

workflow/controller/operator.go:974–977  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

972}
973
974func (woc *wfOperationCtx) requeue() {
975 key, _ := cache.MetaNamespaceKeyFunc(woc.wf)
976 woc.controller.wfQueue.AddRateLimited(key)
977}
978
979// processNodeRetries updates the retry node state based on the child node state and the retry strategy and returns the node.
980func (woc *wfOperationCtx) processNodeRetries(ctx context.Context, node *wfv1.NodeStatus, retryStrategy wfv1.RetryStrategy, opts *executeTemplateOpts) (*wfv1.NodeStatus, bool, error) {

Callers 8

operateMethod · 0.95
podReconciliationMethod · 0.95
executeTemplateMethod · 0.95
requeueIfTransientErrMethod · 0.95
resolveReferencesMethod · 0.95
createAgentPodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected