spotahome / gontroller

Go library to create resilient feedback loop/control controllers.

Home Page:https://product.spotahome.com/gontroller-a-go-library-to-create-reliable-feedback-loop-controllers-832d4a9522ea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context from Run should be passed down to handlers and lister/watcher

cretz opened this issue · comments

Besides propagating context values properly, the context closing should propagate too

Closing this. After some consideration about reconcile/list calls needing to be fast, a separate context is fine (would still prefer a timeout or deadline in another way, but meh).