Replies: 2 comments 1 reply
|
You may want to re-post this in Argo Events's discussions or the #argo-events Slack channel. If it works with the |
0 replies
|
Thanks @agilgur5 I'll reach out to the slack channel. And bumping this post too for more visibility. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'd like to use argo-events to retry a failed workflow. We already have an argo-events pipeline (source, event bus, sensor) to trigger workflows, and now I want to add the capability to retry a workflow using that pipeline.
Here's the portion of the sensor that is invoking the retry operation:
I'd like to use the workflow labels to identify the workflow (which is supported by the argo cli retry command). However, when the sensor receives the argo event, it complains:
failed to execute trigger, failed after retries: failed to execute the workflow retry operation, no name is given. I thought the retry operation mirrors the argo cli retry, is that not the case? Or is something missing from my sensor?All reactions