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

Being able to define the retryAfter #354

Open
mauriziovitale opened this issue Mar 27, 2023 · 1 comment
Open

Being able to define the retryAfter #354

mauriziovitale opened this issue Mar 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mauriziovitale
Copy link

mauriziovitale commented Mar 27, 2023

Is your feature request related to a problem? Please describe.
Being able to define the delay before retrying

Describe the solution you'd like
By configuring the action as follow
with:
result-encoding: string
retries: 3
retry-after: 500
script: |

By setting the retry-after the script to be called 3 time with a delay of 500 seconds in case of errors

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Expose the retryAfter option available on plugin-retry

@mauriziovitale
Copy link
Author

Code pushed #355

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants