hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

Feature/storage reconnection #2229

Open muratovv opened 5 years ago

muratovv commented 5 years ago

Description of the Change

Add first look of reconnection to db.

Benefits

More reliable system: connection to postges can be reestablished.

Possible Drawbacks

Not full implementation:

Alternate Designs [optional]

Reconnection model can be improved with delays and some additional logic: this part could be discussed.