retry icon indicating copy to clipboard operation
retry copied to clipboard

retry on success as well

Open ayoubeddafali opened this issue 2 years ago • 2 comments

This PR tries to allow a step to be rerun on a success return when retry_on is set to success. Otherwise, the default behavior will apply ( stop on first success attempt).

ayoubeddafali avatar Jul 28 '22 13:07 ayoubeddafali

@nick-fields Is there a chance for this PR to be merged ? I think a lot of people might find the retry on success a useful addition.

Thanks in advance

ayoubeddafali avatar Aug 16 '22 13:08 ayoubeddafali

@ayoubeddafali I'm reluctant to add anything without test(s). Take a look at the other "integration tests" and add similar.

nick-fields avatar Aug 16 '22 15:08 nick-fields