Skip to content

Instantly share code, notes, and snippets.

@thomasyip
Created February 22, 2013 05:21
Show Gist options
  • Save thomasyip/5010926 to your computer and use it in GitHub Desktop.
Save thomasyip/5010926 to your computer and use it in GitHub Desktop.
Heroku Cycling
Running 1 dyno. Does running more dynos get some better treament?
```
2013-02-22T04:49:35+00:00 heroku[web.1]: Cycling
2013-02-22T04:49:38+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-02-22T04:49:41+00:00 heroku[web.1]: Process exited with status 143
2013-02-22T04:49:41+00:00 heroku[web.1]: State changed from up to down
2013-02-22T04:49:41+00:00 heroku[web.1]: State changed from down to starting
2013-02-22T04:49:46+00:00 heroku[web.1]: Starting process with command `newrelic-admin run-program python apps/manage.py runserver 0.0.0.0:40284 --noreload`
2013-02-22T04:49:47+00:00 app[web.1]: Validating models...
2013-02-22T04:49:47+00:00 app[web.1]:
2013-02-22T04:49:48+00:00 app[web.1]: Development server is running at http://0.0.0.0:40284/
2013-02-22T04:49:48+00:00 app[web.1]: Quit the server with CONTROL-C.
2013-02-22T04:49:48+00:00 app[web.1]: 0 errors found
2013-02-22T04:49:48+00:00 app[web.1]: Django version 1.4, using settings 'apps.settings'
2013-02-22T04:49:49+00:00 heroku[web.1]: State changed from starting to up
2013-02-22T04:59:22+00:00 app[web.1]: 2013-02-21 20:59:22,451 (2/Thread-8) newrelic.core.agent INFO - New Relic Python
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment