aboutsummaryrefslogtreecommitdiff
path: root/weed/util/retry.go
AgeCommit message (Collapse)AuthorFilesLines
2023-10-01commentchrislu1-1/+1
2023-10-01RetryForever => RetryUntilchrislu1-1/+4
2023-05-07reset wait time on a successful retrychrislu1-0/+2
2023-04-21mount: add retry for read only case (#4416)wusong1-0/+32
* mount: add retry for read only case Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> * add new util retry function for mount Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> * change error list param Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> --------- Signed-off-by: Wusong Wang <wangwusong@virtaitech.com> Co-authored-by: Wusong Wang <wangwusong@virtaitech.com>
2022-08-20retry for all errorschrislu1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-07-19minorchrislu1-1/+1
2021-09-02reset wait timeChris Lu1-0/+1
2021-08-15add some delays if errorChris Lu1-4/+4
2021-08-15fix compilation errorChris Lu1-1/+1
2021-08-15add RetryForeverChris Lu1-0/+20
2020-11-26do not retry if failed with a non transport related errorChris Lu1-1/+3
2020-11-15refactoringChris Lu1-0/+10
2020-11-01move to util.RetryWaitTimeChris Lu1-3/+5
2020-11-01add retry to master clients alsoChris Lu1-2/+7
2020-11-01only retry transport related errorsChris Lu1-3/+6
2020-11-01mount: add retry for all operations with filerChris Lu1-0/+21
fix https://github.com/chrislusf/seaweedfs/issues/1589