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

retry_time in config.exs only works after recompiling #217

Open
nelsongallardo opened this issue Jun 1, 2018 · 0 comments
Open

retry_time in config.exs only works after recompiling #217

nelsongallardo opened this issue Jun 1, 2018 · 0 comments

Comments

@nelsongallardo
Copy link

nelsongallardo commented Jun 1, 2018

I'm not sure if it's only on my environment, but I want to increase the time between retries by doing this
config :hound, retry_time: 1000 in config.exs, but it doesn't seem to get the change. Ran MIX_ENV=dev mix deps.compile but still didn't work, then found a weird combination. If I insert a change on request_utils.ex (a file from hound) for example IO.puts and then recompile using MIX_ENV=dev mix deps.compile it works, but have to do both things, make a change in that file and recompile. If I make the change in config.exs and recompile, without making a change on request_utils.ex it won't work.

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

No branches or pull requests

1 participant