-
-
Save niran/2159400 to your computer and use it in GitHub Desktop.
Heroku idling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-03-22T06:32:11+00:00 heroku[web.1]: State changed from created to starting | |
2012-03-22T06:32:17+00:00 heroku[web.1]: Starting process with command `django-admin.py run_gunicorn -b 0.0.0.0:10411 -w 3` | |
2012-03-22T06:32:18+00:00 app[web.1]: 2012-03-22 01:32:18 [1] [INFO] Starting gunicorn 0.14.2 | |
2012-03-22T06:32:18+00:00 app[web.1]: 2012-03-22 01:32:18 [1] [INFO] Listening at: http://0.0.0.0:10411 (1) | |
2012-03-22T06:32:18+00:00 app[web.1]: 2012-03-22 01:32:18 [1] [INFO] Using worker: sync | |
2012-03-22T06:32:18+00:00 app[web.1]: 2012-03-22 01:32:18 [5] [INFO] Booting worker with pid: 5 | |
2012-03-22T06:32:18+00:00 app[web.1]: 2012-03-22 01:32:18 [6] [INFO] Booting worker with pid: 6 | |
2012-03-22T06:32:18+00:00 app[web.1]: 2012-03-22 01:32:18 [7] [INFO] Booting worker with pid: 7 | |
2012-03-22T06:32:18+00:00 heroku[web.1]: State changed from starting to up | |
2012-03-22T07:36:09+00:00 heroku[web.1]: Idling | |
2012-03-22T07:36:11+00:00 heroku[web.1]: Stopping process with SIGTERM | |
2012-03-22T07:36:11+00:00 app[web.1]: 2012-03-22 02:36:11 [1] [INFO] Handling signal: term | |
2012-03-22T07:36:11+00:00 app[web.1]: 2012-03-22 02:36:11 [5] [INFO] Worker exiting (pid: 5) | |
2012-03-22T07:36:11+00:00 app[web.1]: 2012-03-22 02:36:11 [6] [INFO] Worker exiting (pid: 6) | |
2012-03-22T07:36:11+00:00 app[web.1]: 2012-03-22 02:36:11 [7] [INFO] Worker exiting (pid: 7) | |
2012-03-22T07:36:11+00:00 app[web.1]: 2012-03-22 02:36:11 [1] [INFO] Shutting down: Master | |
2012-03-22T07:36:13+00:00 heroku[web.1]: Process exited with status 0 | |
2012-03-22T07:36:13+00:00 heroku[web.1]: State changed from up to down | |
2012-03-22T16:27:35+00:00 heroku[web.1]: Unidling | |
2012-03-22T16:27:35+00:00 heroku[web.1]: State changed from down to created | |
2012-03-22T16:27:35+00:00 heroku[web.1]: State changed from created to starting | |
2012-03-22T16:27:42+00:00 heroku[web.1]: Starting process with command `django-admin.py run_gunicorn -b 0.0.0.0:39267 -w 3` | |
2012-03-22T16:27:43+00:00 app[web.1]: 2012-03-22 11:27:43 [1] [INFO] Starting gunicorn 0.14.2 | |
2012-03-22T16:27:43+00:00 app[web.1]: 2012-03-22 11:27:43 [1] [INFO] Listening at: http://0.0.0.0:39267 (1) | |
2012-03-22T16:27:43+00:00 app[web.1]: 2012-03-22 11:27:43 [1] [INFO] Using worker: sync | |
2012-03-22T16:27:43+00:00 app[web.1]: 2012-03-22 11:27:43 [5] [INFO] Booting worker with pid: 5 | |
2012-03-22T16:27:43+00:00 app[web.1]: 2012-03-22 11:27:43 [7] [INFO] Booting worker with pid: 7 | |
2012-03-22T16:27:43+00:00 app[web.1]: 2012-03-22 11:27:43 [6] [INFO] Booting worker with pid: 6 | |
2012-03-22T16:27:44+00:00 heroku[web.1]: State changed from starting to up | |
2012-03-22T16:27:46+00:00 heroku[router]: GET armstrong-demo.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=506ms status=200 bytes=13290 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment