Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attempt to address #1 #2

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

attempt to address #1 #2

wants to merge 3 commits into from

Conversation

matthewberryman
Copy link
Contributor

@matthewberryman matthewberryman commented Mar 30, 2017

Have done this pull request against dev; github is not understanding how to do it against master because master has the same commit for the fix for #1 as pgreconnect branch, even though I later reverted it in master because it's not working. Ignore my other attempt 7a30815 to work around that github bug.

logger.error('Postgres connection error: ' + err);

logger.info('Enabling caching mode and attempting to reconnect at intervals');
reports.enableCacheMode();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reports object not available in this context, but we don't need caching because without database connection there is no incoming data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants