dnsimple / addon-heroku

Connect DNSimple domains to Heroku apps
1 stars 3 forks source link

Process running HerokuConnector.Endpoint terminated #7

Closed aeden closed 3 years ago

aeden commented 8 years ago

For some reason my app endpoint process is terminated randomly from time-to-time. I wonder if there is some sort of timeout set by Phoenix?

Here is the error:

[error] #PID<0.495.0> running HerokuConnector.Endpoint terminated
Server: localhost:4000 (http)
Request: POST /connections/96
** (exit) an exception was raised:
    ** (HTTPoison.Error) :closed
        (httpoison) lib/httpoison.ex:66: HTTPoison.request!/5
        (dnsimple) lib/dnsimple.ex:124: Dnsimple.Client.execute/6
        (dnsimple) lib/dnsimple/zones_service.ex:100: Dnsimple.ZonesService.delete_record/5
        (elixir) lib/enum.ex:1183: Enum."-map/2-lists^map/1-0-"/2