Skip to content

Instantly share code, notes, and snippets.

@qgervacio
Created August 16, 2020 16:48
Show Gist options
  • Save qgervacio/a6b8542e108b792e318635dceb75ef6f to your computer and use it in GitHub Desktop.
Save qgervacio/a6b8542e108b792e318635dceb75ef6f to your computer and use it in GitHub Desktop.
# 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