Skip to content

Commit

Permalink
Handle conf read timeout (#48)
Browse files Browse the repository at this point in the history
* Do not crash on timeout reading elasticache conf

* Include the endpoint that failed on the exception

* Improve specs at src/mero_elasticache.erl

Co-Authored-By: elbrujohalcon <[email protected]>

* [handle-conf] Version Bump
  • Loading branch information
elbrujohalcon authored Apr 4, 2019
1 parent 7b37d90 commit 8e9fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mero.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{application, mero,
[
{description, "Scalable and lightweight OTP Erlang client for memcached"},
{vsn, "1.2.1"},
{vsn, "1.2.2"},
{modules, []},
{registered, []},
{applications, [
Expand Down

0 comments on commit 8e9fdf2

Please sign in to comment.