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

Fix check for REDIS_URL being set and address app hanging with bad REDIS_URL protocol/port combo #14

Merged
merged 2 commits into from
May 15, 2018

Conversation

almathew
Copy link
Contributor

The REDIS_URL in the instructions uses true not True.

This also attempts to address @UserNotFound's open issue for the Redis connection hanging when the protocol/port combination is incorrect.
The solution is super hacky because of where it's hanging (connection timeouts aren't applicable for the Redis connection at that point, and for whatever reason it looked like the per-conenection socket timeouts weren't helping either, so this was the best option short of setting socket timeouts globally, which I would bet would have unintended consequences), almost to the point that I'm not sure it's worth actually fixing.

@UserNotFound UserNotFound merged commit 32817e1 into aptible:master May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants