| 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 |
| isaacs/rimraf |
5,340 |
|
727,407 |
180,684 |
over 2 years ago |
76 |
September 27, 2023 |
4 |
isc |
TypeScript |
| A `rm -rf` util for nodejs |
| 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. |
| connor4312/cockatiel |
1,447 |
|
1 |
55 |
over 2 years ago |
19 |
March 15, 2023 |
6 |
mit |
TypeScript |
| 🐦 A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly. |
| 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. |