Skip to content

Instantly share code, notes, and snippets.

@HVHO
Created December 5, 2021 14:00
Show Gist options
  • Save HVHO/7a9878c5fc94ce4cebab739a7740291e to your computer and use it in GitHub Desktop.
Save HVHO/7a9878c5fc94ce4cebab739a7740291e to your computer and use it in GitHub Desktop.
@Retryable(backoff = Backoff(2000))
fun doWithRetry() {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment