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
retry_block only passes a retries parameter which contains the remaining retries.
retry_block
retries
I'd like to have a message such as: "Retry 1 of 5: next attempt in 120 seconds"
Perhaps instead of a retries a retry_info object containing additional properties
retry_info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
retry_block
only passes aretries
parameter which contains the remaining retries.I'd like to have a message such as: "Retry 1 of 5: next attempt in 120 seconds"
Perhaps instead of a
retries
aretry_info
object containing additional propertiesThe text was updated successfully, but these errors were encountered: