Damir Gainetdinov

Results 16 comments of Damir Gainetdinov

I just merged my pull-request so now if you go to `Settings -> Saltedge Logins` and click on a login name you will see a history of login refresh/sync operations....

If you're deploying to Heroku you should use a `heroku` branch. There are some [changes](https://github.com/gaynetdinov/ex_money/compare/heroku?expand=1) between `heroku` branch `master` branches: - additional worker to prevent a heroku dyno sleeping -...

Thanks for checking that issue. I call `HTTPotion` as the following: ```elixir opts = [headers: , timeout: , ibrowse: [max_sessions: 200, max_pipeline_size: 10, stream_to: {self(), :once}] case HTTPotion.get(url, opts) do...

Seems like this issue is easily solved by using `:ibrowse.stream_close/1`. I didn't use it before (my bad), that's why I saw those 'leaks'. Now, after adding it, the memory doesn't...

I'm afraid I have to reopen this issue, I was too quick in a making decision that there is no leaking anymore. ![screen shot 2018-03-20 at 14 06 03](https://user-images.githubusercontent.com/1541059/37656408-432e702e-2c48-11e8-9682-ae3d015d648d.png) I'll...