We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1h
_retry.interval
I'm happy if interval in _retry supports syntax like 3h, 30m and so on.
interval
_retry
3h
30m
+task: _retry: limit: 3 interval: 1h # <- suggestion
I think it can be realized using Durations.parseDuration in RetryControl.
Durations.parseDuration
RetryControl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm happy if
interval
in_retry
supports syntax like3h
,30m
and so on.I think it can be realized using
Durations.parseDuration
inRetryControl
.The text was updated successfully, but these errors were encountered: