LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

automatically reconnect changefeeds if the server disconnects #142

Closed jeffreywescott closed 8 years ago

jeffreywescott commented 8 years ago

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