emotz / kladovka

Optimizer of inventory for games
http://kladovka.herokuapp.com/
MIT License
0 stars 0 forks source link

fail-safe connection to db #104

Closed Eoksni closed 6 years ago

Eoksni commented 7 years ago

App should not crash if db is not available, it should reconnect instead.

Eoksni commented 7 years ago

And tests also should wait for db to be available! Probably...

Eoksni commented 7 years ago

https://mochajs.org/#timeouts - you will need this in case you decide to add check for db availability in the tests themselves.