MCPcopy Index your code
hub / github.com/argoproj/argo-workflows / requeueAfter

Method requeueAfter

workflow/controller/operator.go:969–972  ·  view source on GitHub ↗

requeue this workflow onto the workqueue for later processing

(afterDuration time.Duration)

Source from the content-addressed store, hash-verified

967
968// requeue this workflow onto the workqueue for later processing
969func (woc *wfOperationCtx) requeueAfter(afterDuration time.Duration) {
970 key, _ := cache.MetaNamespaceKeyFunc(woc.wf)
971 woc.controller.wfQueue.AddAfter(key, afterDuration)
972}
973
974func (woc *wfOperationCtx) requeue() {
975 key, _ := cache.MetaNamespaceKeyFunc(woc.wf)

Callers 4

operateMethod · 0.95
persistUpdatesMethod · 0.95
processNodeRetriesMethod · 0.95
executeSuspendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected