Fork me on GitHub
#mount
<
2018-01-19
>
Andy20:01:24

Does mount support reseting state and retries . This question is in the context of https://clojurians.slack.com/archives/C03S1KBA2/p1516392187000034

tolitius20:01:23

@happy.lisper can you register a listener that would be called when this connection is down?

tolitius20:01:21

i.e. if yes, mount will restart a set of states when there is an event: https://github.com/tolitius/hubble#backend

tolitius21:01:16

in case you need a some kind of "supervisor" that monitors, kills and respawns processes, mount does not do that

Andy21:01:16

Thx for "hubble" link. I realize that "mount" is not the lib which would deal with my specific problem, was just looking for examples how to do that on top of "mount".

tolitius21:01:52

sure, hope it helps

Andy21:01:20

yes, I want to use "mount" at some point.