| go-resty/resty |
8,914 |
|
0 |
2,709 |
about 2 years ago |
40 |
October 14, 2023 |
72 |
mit |
Go |
| Simple HTTP and REST client library for Go |
| cenkalti/backoff |
3,128 |
|
0 |
6,216 |
over 2 years ago |
24 |
February 28, 2023 |
9 |
mit |
Go |
| ⏱ The exponential backoff algorithm in Go |
| gojek/heimdall |
2,520 |
|
10 |
41 |
over 2 years ago |
13 |
May 21, 2021 |
47 |
apache-2.0 |
Go |
| An enhanced HTTP client for Go |
| litl/backoff |
2,379 |
|
335 |
737 |
about 2 years ago |
37 |
October 05, 2022 |
56 |
mit |
Python |
| Python library providing function decorators for configurable backoff and retry |
| avast/retry-go |
2,076 |
|
48 |
650 |
over 2 years ago |
32 |
November 14, 2023 |
10 |
mit |
Go |
| Simple golang library for retry mechanism |
| hashicorp/go-retryablehttp |
1,718 |
|
873 |
4,383 |
over 2 years ago |
24 |
November 08, 2023 |
63 |
mpl-2.0 |
Go |
| Retryable HTTP client in Go |
| rholder/retrying |
1,521 |
|
0 |
15 |
almost 6 years ago |
1 |
July 25, 2018 |
46 |
apache-2.0 |
Python |
| Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. |
| rholder/guava-retrying |
1,319 |
|
148 |
215 |
about 3 years ago |
9 |
July 01, 2015 |
64 |
apache-2.0 |
Java |
| This is a small extension to Google's Guava library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that talks to a remote service with flaky uptime. |
| guonaihong/gout |
1,282 |
|
0 |
86 |
about 2 years ago |
66 |
July 13, 2023 |
31 |
apache-2.0 |
Go |
| gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues |
| kamui/retriable |
809 |
|
5,983 |
100 |
over 2 years ago |
23 |
June 11, 2018 |
11 |
mit |
Ruby |
| Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff. |