issues
search
afex
/
hystrix-go
Netflix's Hystrix latency and fault tolerance library, for Go
MIT License
4.24k
stars
477
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
update hystrix-go
#126
sergioa
closed
2 months ago
0
[PLAT-481] Remove `closenotify` in favor of `context`
#125
bashhack
closed
8 months ago
0
How to not set MaxConcurrentRequests?
#124
adhikag24
opened
1 year ago
0
circuit breaker rolling window config
#123
raghavTayal
opened
1 year ago
0
add concurrencyInUse metric to graphite
#122
bishnuag
opened
1 year ago
0
Prometheus support for metric collection
#121
IshankGulati
opened
2 years ago
1
support go module
#120
cs-lexliu
closed
2 years ago
1
Incorrect build instructions
#119
fgm
opened
3 years ago
0
Update vagrant.sh
#118
fgm
opened
3 years ago
0
Integrate with go-leak library and fix leaks
#117
isopropylcyanide
opened
3 years ago
2
method executed within hystrix behaving weiredly
#116
Kaustavd
opened
3 years ago
0
circuit may open even though ErrorPercentThreshold is bigger than 100
#115
Heisenberg-Y
opened
3 years ago
0
Get the original error?
#114
liuaiyuan
opened
3 years ago
1
can hystrix-go add config at runtime? hystrix.ConfigureCommand
#113
vvvvvw
opened
3 years ago
1
Add concurrencyInUse metric to Datadog collector
#112
eugeneius
opened
3 years ago
0
High memory usage issues
#111
gitmko0
opened
3 years ago
0
A few questions...
#110
gitmko0
opened
4 years ago
0
A little confusion of Lock
#109
Reese1995
opened
4 years ago
0
can this package update to go mod?
#108
jiayiming001
opened
4 years ago
0
fix go leak
#107
hjxp
opened
4 years ago
0
hystrix: wrap original err before returning from tryFallback
#106
krantideep95
opened
4 years ago
2
function trap
#105
hnistray
opened
4 years ago
0
How to update config an runtime?
#104
jilieryuyi
opened
5 years ago
1
CloseNotifier already deprecated use Request.Context instead
#103
lpxxn
opened
5 years ago
2
Does the project have a maintainer?
#102
xild
opened
5 years ago
4
State Change Callback in circuit breaker
#101
continuum-lokesh-jain
opened
5 years ago
0
Callback on Circuit State Change
#100
lkumarjain
opened
5 years ago
1
Adding MaxConcurrency to statsd metric reporting
#99
yogeshsr
opened
5 years ago
1
I find the hystrix has an erro, I use hystrix.Do method in my code, once the hystrix circuit is open, it will runs the runFunc and fallbackFunc forever. In my understanding, once the circuit is open, the code will run fallbackFunc unless the SleepWindow is open. I find another question is the code will lead to memory leak
#98
yangyunchao212
opened
6 years ago
0
colse issuse #96
#97
lambdaxs
opened
6 years ago
1
I need name info in Update func Callback
#96
lambdaxs
opened
6 years ago
0
metricExchange.Monitor and poolMetrics.Monitor goroutine leak
#95
foobatman
opened
6 years ago
0
add Flush by name, support force closed options
#94
tianxiaoliang
opened
6 years ago
0
fix "Hystrix Dashboard" link
#93
anatolym
opened
6 years ago
0
avoid call returnTicket() when asured ticket is nil
#92
zhiqiangxu
opened
6 years ago
0
Fix/add missing run duration buckets
#91
hikhvar
opened
6 years ago
0
rolling: Fix race condition in SortedDurations.
#90
samfishman
opened
6 years ago
0
Add statsd metric for concurrencyInUse
#89
KevinPike
closed
6 years ago
2
Expose concurrencyInUse
#88
KevinPike
closed
6 years ago
1
prevent incrementing stats for zero counts
#87
afex
closed
6 years ago
0
Remove 'log' package usage. Allows for specifying a custom logger.
#86
kaidence
closed
6 years ago
0
Panic when Timeout if setup output variable in function
#85
chucobo124
closed
6 years ago
0
Provide context for runFunc which is cancelled during timeouts
#84
cyrusaf
opened
6 years ago
2
[README] Updated Hystrix dashboard url
#83
dxtra
closed
1 year ago
0
simplify MetricCollector interface
#82
afex
closed
6 years ago
0
Goroutine leak or never stop
#81
Petelin
closed
5 years ago
1
bug fix
#80
ccyun
opened
6 years ago
0
support context and ignore circuit metrics for canceled contexts
#79
brildum
closed
6 years ago
2
Treat bad requests separately from other errors
#78
tamccall
closed
5 years ago
0
make rolling window configurable
#77
kuangchanglang
opened
7 years ago
0
Next