joaop21 / hermes

Bot for cryptocurrency arbitrage
Apache License 2.0
4 stars 4 forks source link

Use Supervisor to restart processes that died #20

Closed joaop21 closed 2 years ago

joaop21 commented 2 years ago

This PR adds a strategy in the Streamer application to start the Binance and Kraken websocket processes with a supervision strategy, so if they fail they can be restarted.

Resolves: #17