Ameobea / robintrack

Scrapes the Robinhood API to retrieve + store popularity and price data.
https://robintrack.net
MIT License
686 stars 194 forks source link

Handle RabbitMQ disconnects in scrapers #36

Closed Ameobea closed 5 years ago

Ameobea commented 6 years ago

Well, we're currently handling this by restarting the scrapers any time they crash via the Dockerfile and driver script. Not the best solution, so I'm keeping this open for now.