issues
search
thejerf
/
suture
Supervisor trees for Go.
MIT License
1.32k
stars
74
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Leakage of context errors can tear down a service
#77
erincandescent
opened
1 week ago
1
Lack of observability during successful operation
#76
jalaziz
opened
7 months ago
1
Add a note that the `one_for_one` restart strategy is used
#75
quad
opened
7 months ago
0
scale one service to two or more instances
#74
vtolstov
closed
8 months ago
1
EventStopTimeout exposes all struct field values.
#73
flowchartsman
closed
8 months ago
3
EventStopTimeout: use reflection for type printing
#72
iwittkau
closed
8 months ago
2
CI status badge says: build unknown
#71
marco-m
closed
8 months ago
1
Use liveness channel to not try to send messages to closed channels
#70
bn-bmagee
closed
1 year ago
0
feat: add EventStart type and send on hook when starting service
#69
erikbohnsack
closed
1 year ago
4
Report start of service
#68
erikbohnsack
closed
1 year ago
2
docs(v4): fix typo in ErrTerminateSupervisorTree comment
#67
erikbohnsack
closed
1 year ago
0
Test panics with deadlock
#66
zepatrik
closed
1 year ago
3
docs: fix examples
#65
zepatrik
closed
1 year ago
2
Cosmetic changes to v4
#64
greatroar
opened
2 years ago
1
v4: Make ServiceToken a two-element struct
#63
greatroar
closed
1 year ago
0
Use atomic add in nextSupervisorID
#62
greatroar
closed
1 year ago
0
Service Generator
#61
bn-bmagee
closed
2 years ago
0
Handle non-string panic values.
#60
lthibault
closed
2 years ago
6
Supervisor panics when catching non-string panic value
#59
lthibault
closed
2 years ago
2
Unable to close the supervised service gracefully if it panic
#58
boolafish
closed
2 years ago
2
Fix test races
#57
iwittkau
closed
2 years ago
0
Tests fail with race detector enabled
#56
iwittkau
closed
2 years ago
1
How to implement one_for_all restart strategy?
#55
l2dy
closed
3 years ago
8
v4: Return channel passing error on ServeBackground
#54
imsodin
closed
3 years ago
4
PR #50 still needs attention
#53
thejerf
closed
3 years ago
0
Update import path in README
#52
harry-xm
closed
3 years ago
1
Suggestion: Clarify returned error documentation
#51
juanigsrz
closed
3 years ago
1
Add supervisor.Done to wait for finished shutdown
#50
imsodin
closed
3 years ago
3
chmod -x *.go
#49
aviau
closed
3 years ago
1
v4: Replace Log with EventHook in comments
#48
imsodin
closed
3 years ago
1
how do u use this as a webserver with something like fasthttp or net/http
#47
gitmko0
closed
3 years ago
1
jcontext: fix regression introduced in #42 & various
#46
imsodin
closed
4 years ago
0
Add poweron architecture ppc64le to travis build
#45
asellappen
closed
4 years ago
0
v4: Add EventHook instead of various logging closures
#44
imsodin
closed
4 years ago
3
Jcontext
#43
thejerf
closed
4 years ago
4
Don't block on Add when supervisor is done
#42
imsodin
closed
4 years ago
1
Deadlock calling Supervisor.Add when stopping/stopped
#41
imsodin
closed
3 years ago
2
[WIP] Context support
#40
AudriusButkevicius
closed
4 years ago
4
Handling fatal errors
#39
imsodin
closed
3 years ago
43
Question about receiving .Stop() on failed services
#38
alexzorin
closed
4 years ago
2
Request: Add check if supervisor.Stop was successful
#37
imsodin
closed
4 years ago
2
Is there an example of using suture with multiple levels of supervision?
#36
lherman-cs
closed
5 years ago
1
Racy panic when calling Supervisor.Stop directly after Supervisor.ServeBackground
#35
imsodin
closed
5 years ago
1
Supervisor reports a timeout even though all services successfully stopped
#34
narkq
closed
5 years ago
2
Implement backoff jitter
#33
lthibault
closed
6 years ago
0
Jitter backoff duration
#32
lthibault
closed
6 years ago
8
Option to not recover panics
#31
calmh
closed
6 years ago
8
Minor documentation issue
#30
csterritt
closed
6 years ago
1
Prevent RemoveAndWait from hanging indefinitely
#29
AudriusButkevicius
closed
6 years ago
0
RemoveAndWait blocks indefinitely for a service that is slow to stop.
#28
AudriusButkevicius
closed
6 years ago
0
Next