-
-
Notifications
You must be signed in to change notification settings - Fork 296
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 possibility? #118
Comments
Made a small Retry Decorator that will wait for (default) 30 seconds before retrying the call.
Calling the task doest have to change
and you can easily use this like
or with different settings
|
While I was writing tests I noticed that the
This one requires a little more work to make it work.
note that |
I have a task that connects to a iLO
Is there a option that I missed that would make this possible?
The text was updated successfully, but these errors were encountered: