iheartradio / kanaloa

Make your service more resilient by providing protection against traffic oversaturation
http://iheartradio.github.io/kanaloa
Other
124 stars 13 forks source link

Dispatcher be more resilient #160

Open kailuowang opened 8 years ago

kailuowang commented 8 years ago

basically, it should be able to recover from unexpected children death - queueProcessor, queue, metricsCollector, authThrottler, etc To improve metrics collector it needs to be an actor under the dispatcher hierarchy - see #161.

nsauro commented 8 years ago

?

kailuowang commented 8 years ago

basically, it should be able to recover from unexpected children death - queueProcessor, queue, metricsCollector, authThrottler, etc

kailuowang commented 8 years ago

For 0.4.0, it seems that the only supervision we can improve without major refactoring is the supervision against autothrottle. To improve metrics collector it needs to be an actor under the dispatcher hierarchy - see #161. So I am going to reschedule this to 1.0RC

kailuowang commented 7 years ago

It's blocked by #192