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

Retries? #95

Closed
djdylan2000 opened this issue Mar 3, 2023 · 3 comments
Closed

Retries? #95

djdylan2000 opened this issue Mar 3, 2023 · 3 comments

Comments

@djdylan2000
Copy link

What are your thoughts on adding a retry count and implementing either exponential backoff or even linear backoff, given that networks are never 100% reliable?

@fjogeleit
Copy link
Owner

Hey, thanks for your request, in general you could use an action like Wandalen/wretry.action@master to implement a retry mechanism.

I will check if I can implement something directly but it can take some time. Some stuff to do right now.

@fjogeleit
Copy link
Owner

With the new release you have a retry and retryWait input to configure how often a request should be retried and the wait time between each request.

@djdylan2000
Copy link
Author

With the new release you have a retry and retryWait input to configure how often a request should be retried and the wait time between each request.

Awesome! Thanks for implementing it so quickly!

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

No branches or pull requests

2 participants