stingergraph / stinger

The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
http://www.stingergraph.com
Other
209 stars 65 forks source link

Harden socket connections #254

Closed thomas4g closed 5 years ago

thomas4g commented 5 years ago

Pins Flask dependencies and hardens socket connections to attempt reconnection to STINGER core server from the Flask and RPC servers when the connection dies.


This change is Reviewable

tgoodyear commented 5 years ago

This looks great, thanks for making the PR