Skip to content

Instantly share code, notes, and snippets.

@bdefore
Created October 22, 2012 01:39
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 bdefore/3929206 to your computer and use it in GitHub Desktop.
Save bdefore/3929206 to your computer and use it in GitHub Desktop.
012-10-22T01:24:40+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2012-10-22T01:24:41+00:00 heroku[web.1]: Starting process with command `node server.js`
2012-10-22T01:24:41+00:00 heroku[web.1]: Process exited with status 1
2012-10-22T01:24:42+00:00 app[web.1]: memory, and will not scale past a single process.
2012-10-22T01:24:42+00:00 app[web.1]: designed for a production environment, as it will leak
2012-10-22T01:24:42+00:00 app[web.1]: Warning: connection.session() MemoryStore is not
2012-10-22T01:24:42+00:00 app[web.1]: info: socket.io started
2012-10-22T01:24:42+00:00 app[web.1]: Express server listening on port 44881
2012-10-22T01:24:43+00:00 heroku[web.1]: State changed from starting to up
2012-10-22T01:24:45+00:00 app[web.1]: GET / 200 50ms
2012-10-22T01:24:45+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=56ms status=200 bytes=888
2012-10-22T01:24:46+00:00 app[web.1]: GET /stylesheets/app/index.css 200 199ms
2012-10-22T01:24:46+00:00 app[web.1]: GET / 200 11ms
2012-10-22T01:24:46+00:00 app[web.1]: GET /bundle.js 200 26ms
2012-10-22T01:24:46+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/stylesheets/app/index.css dyno=web.1 queue=0 wait=0ms service=222ms status=200 bytes=1685
2012-10-22T01:24:46+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/bundle.js dyno=web.1 queue=0 wait=0ms service=216ms status=200 bytes=240253
2012-10-22T01:24:46+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=20ms status=200 bytes=888
2012-10-22T01:24:46+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/stylesheets/app/index.css dyno=web.1 queue=0 wait=0ms service=20ms status=200 bytes=1685
2012-10-22T01:24:46+00:00 app[web.1]: GET /stylesheets/app/index.css 200 11ms
2012-10-22T01:24:47+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/bundle.js dyno=web.1 queue=0 wait=0ms service=8ms status=304 bytes=0
2012-10-22T01:24:47+00:00 app[web.1]: GET /bundle.js 304 4ms
2012-10-22T01:37:09+00:00 heroku[slugc]: Slug compilation started
2012-10-22T01:37:48+00:00 heroku[web.1]: State changed from up to starting
2012-10-22T01:37:48+00:00 heroku[slugc]: Slug compilation finished
2012-10-22T01:37:49+00:00 heroku[web.1]: Starting process with command `node server.js`
2012-10-22T01:37:50+00:00 app[web.1]: memory, and will not scale past a single process.
2012-10-22T01:37:50+00:00 app[web.1]: Warning: connection.session() MemoryStore is not
2012-10-22T01:37:50+00:00 app[web.1]: designed for a production environment, as it will leak
2012-10-22T01:37:50+00:00 app[web.1]: Express server listening on port 3561
2012-10-22T01:37:50+00:00 app[web.1]: info: socket.io started
2012-10-22T01:37:51+00:00 heroku[web.1]: State changed from starting to up
2012-10-22T01:37:52+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2012-10-22T01:37:54+00:00 app[web.1]: GET / 200 36ms
2012-10-22T01:37:54+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=41ms status=200 bytes=888
2012-10-22T01:37:54+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/stylesheets/app/index.css dyno=web.1 queue=0 wait=0ms service=174ms status=200 bytes=1685
2012-10-22T01:37:54+00:00 app[web.1]: GET /bundle.js 200 12ms
2012-10-22T01:37:54+00:00 app[web.1]: GET /stylesheets/app/index.css 200 170ms
2012-10-22T01:37:54+00:00 heroku[router]: GET fierce-fortress-1557.herokuapp.com/bundle.js dyno=web.1 queue=0 wait=0ms service=180ms status=200 bytes=240682
2012-10-22T01:37:54+00:00 heroku[web.1]: Process exited with status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment