issues
search
rholder
/
guava-retrying
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.
Apache License 2.0
1.43k
stars
275
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix ## titles in README
#105
m4c0
opened
1 year ago
0
Failed to collect dependencies at com.github.rholder:guava-retrying:jar:2.0.0
#104
nicodmt
opened
2 years ago
5
Upgradejdk8
#103
www1350
closed
2 years ago
0
Feature Request: remove final modifier from com.github.rholder.retry.Retryer
#102
vdonets99
opened
2 years ago
0
Not calling Thread.sleep() if sleepTime is Zero #1
#101
r0goyal
opened
3 years ago
0
Since this project has not been maintained for a long time, I fork this project and fix the problem
#100
itning
opened
3 years ago
0
Printing error when the number of retries is 0
#99
7yyo
opened
3 years ago
1
Fix StopStrategies&StopStrategies will throw unformatted message
#98
Technoboy-
opened
4 years ago
1
Bug: StopStrategies&StopStrategies will throw unformatted message
#97
Technoboy-
opened
4 years ago
1
doubts about SimpleTimeLimiter has private Constructor,but FixedAttemptTimeLimit new it?
#96
xiaozhiliaoo
closed
3 years ago
0
Include Full Jitter BackOff support, fixing new Guava compatibility issues and update Gradle to 4.8.1
#95
rodfsouza
opened
4 years ago
1
The problem with 'AttemptTimeLimiters.fixedTimeLimit'
#94
ioandy
opened
4 years ago
2
WaitStrategies documentation should mention milliseconds
#93
novalis
opened
4 years ago
0
When I run demo , when successNum coming my process can not exit immediately
#92
minhuicn
opened
4 years ago
0
Fix headings in README.md
#91
mihaeu
opened
5 years ago
0
update headers to be more readable
#90
BaReinhard
opened
5 years ago
0
Patch 1
#89
devefx
opened
5 years ago
0
update README and add spaces after headings to fix markdown rendering
#88
vorburger
opened
6 years ago
4
When i should use Fibonacci WaitStrategy
#87
iHarry007
opened
6 years ago
0
Initial wait time in an exponential retry strategy.
#86
jcranston
opened
6 years ago
3
minor changes to README to improve rendered formatting
#84
sgnewson
opened
6 years ago
0
first attempt
#83
mosheeshel
closed
7 years ago
0
Fix dependency on Guava.
#82
rhuffman
closed
7 years ago
0
Project appears to be dead: it has been forked to rhuffman/re-retrying
#81
rhuffman
opened
7 years ago
1
Add pom and blazar
#80
stevie400
closed
7 years ago
1
Update README.md doc
#79
ning-github
opened
7 years ago
1
Make ExceptionAttempt and ResultAttempt public
#78
stevie400
closed
1 year ago
1
Add type to RetryListener class
#77
ellisjoe
opened
7 years ago
2
RetryerBuilder having protected constructor
#76
yogenyadav
opened
7 years ago
2
jsr305 should be an optional dependency
#75
gehel
opened
7 years ago
3
artifact has a compile time dependency on jsr305
#74
gehel
opened
7 years ago
0
add retrying of a Runnable
#73
qct
opened
7 years ago
1
Is there a way to do this on something that is not a callable?
#72
mayooran99
opened
7 years ago
5
is there a way to make it log what it's doing?
#71
nddipiazza
closed
6 years ago
3
./gradlew build on macOS Sierra with JDK 1.8 throwing a Java compile error
#70
muthazhagu
opened
7 years ago
3
Could I build the Retryer with different executors?
#69
ihaolin
opened
7 years ago
3
57 lock version
#68
moulliet
closed
7 years ago
1
Retryer.call should not catch Errors like OOME
#67
sslavic
opened
7 years ago
0
The lib is crashing when used in Ratpack (guava-20.0rc1)
#66
FiveSigma5
opened
8 years ago
4
Any interest in a Future's retryer?
#65
manasdk
opened
8 years ago
2
Changing the version range for guava to be strictly maven compatible
#64
tempredirect
opened
8 years ago
9
Why WaitStrategy use BlockStrategy#block to sleep ?
#63
0915240
opened
8 years ago
0
Make RetryListener use a generic type on the interface not on method.
#62
spjoe
opened
8 years ago
0
Support creating Retryer instance using a spec string
#61
vivekkothari
opened
8 years ago
1
[Question] Modify callable in case of a particular exception using RetryListener
#60
sudharsannr
opened
8 years ago
0
Retryer: add a constructor with a default rejection predicate
#59
alb-i986
opened
8 years ago
2
Clean deprecated API usages (StopStrategies.stopAfterDelay)
#58
alb-i986
opened
8 years ago
0
Lock to RELEASE version of com.google.guava:guava dependency
#57
marstonstudio
opened
8 years ago
1
using RetryListener, do I have to trigger the retry-predicate ?
#56
elad2109
opened
8 years ago
0
Is java connection manager works more efficiently than "guava retry ?
#55
elad2109
opened
8 years ago
3
Next