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

Read stat_timeout and max_retries from the configs #12

Merged
merged 1 commit into from
Aug 17, 2015

Conversation

myers
Copy link
Contributor

@myers myers commented Aug 17, 2015

No description provided.

@@ -4,7 +4,7 @@
describe "newly created" do
context "when the TIMBERLINE_URL env var is defined" do
before do
ENV["TIMBERLINE_URL"] = "redis://:apassword@ahostname:9000/3?timeout=666&namespace=foobar&sentinel=sentinel1:1&sentinel=sentinel2:2"
ENV["TIMBERLINE_URL"] = "redis://:apassword@ahostname:9000/3?timeout=666&namespace=foobar&sentinel=sentinel1:1&sentinel=sentinel2:2&max_retries=99&stat_timeout=12"

Choose a reason for hiding this comment

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

Line is too long. [171/80]

@amoslanka
Copy link
Contributor

Looks good to me! Nice to think that we should be able to simply pass any config var in via the env var.

myers added a commit that referenced this pull request Aug 17, 2015
…es-from-config

Read stat_timeout and max_retries from the configs
@myers myers merged commit c9782c0 into master Aug 17, 2015
@myers myers deleted the read-stat_timeout-and-max_retries-from-config branch August 17, 2015 19:23
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.

3 participants