Skip to content

Instantly share code, notes, and snippets.

@indirect
Created July 15, 2013 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indirect/6001924 to your computer and use it in GitHub Desktop.
Save indirect/6001924 to your computer and use it in GitHub Desktop.
heroku ungraceful restart
Jul 15 06:05:43 bundler-api heroku/web.6: Cycling
Jul 15 06:05:48 bundler-api heroku/web.6: Stopping all processes with SIGTERM
Jul 15 06:05:51 bundler-api heroku/web.6: Process exited with status 0
Jul 15 06:05:51 bundler-api heroku/web.6: State changed from up to down
Jul 15 06:05:51 bundler-api heroku/web.6: State changed from down to starting
Jul 15 06:05:53 bundler-api heroku/web.6: Starting process with command `bundle exec puma --include lib --port 57130 --environment production --threads 0:32`
Jul 15 06:05:56 bundler-api heroku/web.6: State changed from starting to up
Jul 15 06:05:49 bundler-api heroku/router: at=error code=H13 desc="Connection closed without response" method=GET path=/api/v1/dependencies?gems=bcrypt-ruby,bones-rcov,bones-rubyforge,bones-rspec,bones-zentest,multi_test,gherkin,treetop,polyglot,needle,jruby-pageant,jwt,httpauth,faraday-middleware host=bundler.rubygems.org request_id=496f3c9b856dec1742d6f03e87449730 fwd="195.97.236.153" dyno=web.6 connect=1ms service=100ms status=503 bytes=0
@vroy
Copy link

vroy commented Sep 16, 2013

Have you ever found a solution to this? I saw that you had a conversation on Twitter about it - https://twitter.com/indirect/status/356831104424091649, but didn't see pointers to a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment