summaryrefslogtreecommitdiff
path: root/common/retry.go
AgeCommit message (Expand)Author
2022-09-10Rename module path to GitHub repo.Keuin
2022-09-10Replace all logger usages to custom logging.Logger.Keuin
2022-09-08Bugfix: AutoRetry retry counter and error returning is not properly implementedKeuin
2022-09-08Remove unnecessary newline in log text.Keuin
2022-09-08Completely fix timing of goroutines. Implement graceful shutdown correctly.Keuin
2022-09-07First working version. Just a POC.Keuin