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

Retry with debug pause #8942

Open
tczhao opened this issue Jun 10, 2022 · 2 comments
Open

Retry with debug pause #8942

tczhao opened this issue Jun 10, 2022 · 2 comments
Labels
area/retry-manual Manual workflow "Retry" Action (API/CLI/UI). See retryStrategy for template-level retries solution/workaround There's a workaround, might not be great, but exists type/feature Feature request

Comments

@tczhao
Copy link
Member

tczhao commented Jun 10, 2022

Summary

What change needs making?

There's https://argoproj.github.io/argo-workflows/debug-pause/

I'm thinking wouldn't it be nice to have an additional argument in argo retry so that we can retry with debug pause on

So that users can skip the hassle of modifying and resubmitting workflow yaml


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

@tczhao tczhao added the type/feature Feature request label Jun 10, 2022
@alexec
Copy link
Contributor

alexec commented Jun 16, 2022

This seems smart. Like how GitHub Actions allows you to re-run in debug mode.

@alexec
Copy link
Contributor

alexec commented Feb 12, 2023

There is a work-around to achieve this today. When the workflow fails, you copy it and patch the template that failed.

@agilgur5 agilgur5 added solution/workaround There's a workaround, might not be great, but exists area/retry-manual Manual workflow "Retry" Action (API/CLI/UI). See retryStrategy for template-level retries labels Aug 22, 2023
@agilgur5 agilgur5 changed the title argo retry with debug pause Retry with debug pause Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/retry-manual Manual workflow "Retry" Action (API/CLI/UI). See retryStrategy for template-level retries solution/workaround There's a workaround, might not be great, but exists type/feature Feature request
Projects
None yet
Development

No branches or pull requests

3 participants