issues
search
danielfm
/
pybreaker
Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
528
stars
73
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
New release
#43
sebastiandev
closed
5 years ago
1
Add .gitignore entries for VirtualEnv/VSCode
#42
jshiell
closed
5 years ago
0
Allow concurrent execution of wrapped method
#41
jshiell
closed
4 years ago
6
Allow concurrent execution of wrapped method
#40
jshiell
closed
5 years ago
1
Allow filter functions to be used for excluded exceptions
#39
jshiell
closed
5 years ago
2
Add Python 3.7 support
#38
jshiell
closed
5 years ago
2
Fix travis build
#37
jshiell
closed
5 years ago
1
Fix bug with timeout window growing as additional breakers are defined
#36
shawndrape
closed
6 years ago
1
Add trigger exception into the CircuitBreakerError
#35
tczhaodachuan
closed
6 years ago
1
Chaining exception into the CircuitBreakerError
#34
tczhaodachuan
closed
6 years ago
2
Fallback method support
#33
ankurchandraa
opened
6 years ago
3
Add CircuitBreakerMultiplexer
#32
Timvde
opened
6 years ago
3
add optional name to circuit breaker
#31
chrisvaughn
closed
7 years ago
1
proposal: adding a name property to CircuitBreaker
#30
chrisvaughn
closed
7 years ago
1
Do not reset fail count in CircuitBreaker creation
#29
jcwilson
closed
7 years ago
0
Error thrown when state is missing on Redis
#28
scascketta
closed
6 years ago
1
Get initial CircuitBreaker state from state_storage
#27
alukach
closed
7 years ago
9
Circuit erroneously closed when using a shared storage
#26
jcwilson
closed
7 years ago
7
Re-initialize state on Redis if missing
#25
scascketta
closed
6 years ago
1
redis storage open state initialization?
#24
yu-le
closed
7 years ago
3
0.3.4 release
#23
jeffrand
closed
7 years ago
2
Update README, fix Travis, use constants for CircuitBreaker state
#22
jeffrand
closed
7 years ago
0
Update README, fix Travis, use constants for CircuitBreaker state
#21
jeffrand
closed
7 years ago
0
Implement _exceptions list
#20
pythons1980
opened
7 years ago
2
Typo - False => False
#19
pythons1980
closed
7 years ago
1
Add optional support for calling Tornado coroutines
#18
jeffrand
closed
7 years ago
2
Move import of redis into `CircuitRedisStorage.__init__`
#17
phillbaker
closed
7 years ago
0
Should listener.failure be called when the circuit is closed and a call fails?
#16
sj175
closed
7 years ago
10
Should `current_state` respect `reset_timeout`?
#15
phillbaker
opened
7 years ago
1
Fixes a bug in the name property in CircuitBreakerStorage
#14
chris-robo-fivestars
closed
7 years ago
0
Add redis-backed storage class.
#13
phillbaker
closed
7 years ago
3
Abstract state storage, extract CircuitMemoryStorage.
#12
phillbaker
closed
7 years ago
4
Add travis config & fix test reference
#11
phillbaker
closed
7 years ago
1
External state support?
#10
phillbaker
closed
7 years ago
3
Wrapped function is called twice during successful call in open state
#9
jstordeur
closed
7 years ago
0
Wrapped function is called twice during successful call in open state
#8
jstordeur
closed
7 years ago
1
Async support?
#7
jakubka
opened
8 years ago
1
Fixed generator issue / tests for Python3.5
#6
dpdornseifer
closed
8 years ago
2
Exception blacklist instead of whitelist?
#5
n2taylor
opened
9 years ago
1
current tests are not fully "deterministic" / have timing issues
#4
gst
opened
9 years ago
0
thread safety ?
#3
gst
closed
5 years ago
7
adds support to generators
#2
mauriciosl
closed
10 years ago
0
New Features for pybreaker
#1
cpennington
closed
11 years ago
1
Previous