Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Ability to Test and Reconnect to Data Store#4

Open
mikeflynn wants to merge 2 commits into
eaigner:master from
mikeflynn:master
Open

Add Ability to Test and Reconnect to Data Store #4
mikeflynn wants to merge 2 commits into
eaigner:master from
mikeflynn:master

Conversation

@mikeflynn

@mikeflynn mikeflynn commented Feb 24, 2016

Copy link
Copy Markdown

I've been using this library as part of a service and I've seen it lose the Redis connection, so I added a simple method on the store (and the related interfaces) to query and reset the connection as needed.

This could apply to any other data store over the network, but could also just be a nil function for stores that don't need a connection reset.

...of the redis (or other data store) connections for long running processes.

eaigner commented Feb 27, 2016

Copy link
Copy Markdown
Owner

Thanks for the PR. Wouldn't it be better though to let shield automatically reconnect instead of exposing a TestConnection to the user?

Copy link
Copy Markdown
Author

Yup, I had a similar thought...but I ended up not going that route as we would have to have a new setting to tweak how often it should check/reset and would add a thread to check for the reset timer even for applications that were just running in a one off and didn't need it. In the end, I figured I would just offload that logic to the apps that decided they wanted it, but it could certainly go the other way.

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /