Created
August 16, 2020 16:48
-
-
Save qgervacio/a6b8542e108b792e318635dceb75ef6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# the retry timing. the first one is always zero since it | |
# is the first attempt. value is in minutes. in this policy, | |
# we will get exactly 4 tries within a span of 6 minutes. | |
# so here, the 3rd attempt will be executed after 2 minutes | |
# immediately following the 2nd attempt. | |
app.retry.timings = ${APP_RETRY_TIMINGS:0,1,2,3} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment