Closed jeffreywescott closed 8 years ago
Fixes #139.
Related: https://github.com/LearnersGuild/game/issues/542
Depends on our new npm module, rethinkdb-changefeed-reconnect.
If the database goes down, our changefeeds (up until now) haven't tried to reconnect. This PR solves that.
Related: https://github.com/neumino/rethinkdbdash/issues/121
N/A
Run: npm install
npm install
Fixes #139.
Related: https://github.com/LearnersGuild/game/issues/542
Overview
Depends on our new npm module, rethinkdb-changefeed-reconnect.
If the database goes down, our changefeeds (up until now) haven't tried to reconnect. This PR solves that.
Related: https://github.com/neumino/rethinkdbdash/issues/121
Data Model / DB Schema Changes
N/A
Environment / Configuration Changes
Run:
npm install
Notes
N/A