Created
September 20, 2011 12:07
-
-
Save manuelmeurer/1228943 to your computer and use it in GitHub Desktop.
Heroku: removed and added Cron daily addon
This file contains 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
2011-09-20T12:06:55+00:00 heroku[api]: Add-on remove cron:daily by [email protected] | |
2011-09-20T12:06:55+00:00 heroku[api]: Release v24 created by [email protected] | |
2011-09-20T12:06:56+00:00 heroku[web.1]: State changed from up to bouncing | |
2011-09-20T12:06:56+00:00 heroku[web.1]: State changed from bouncing to created | |
2011-09-20T12:06:56+00:00 heroku[web.1]: State changed from created to starting | |
2011-09-20T12:06:57+00:00 heroku[web.1]: Stopping process with SIGTERM | |
2011-09-20T12:06:57+00:00 app[web.1]: >> Stopping ... | |
2011-09-20T12:06:57+00:00 app[web.1]: Exiting | |
2011-09-20T12:06:57+00:00 heroku[web.1]: Process exited | |
2011-09-20T12:06:58+00:00 heroku[web.1]: Starting process with command `bundle exec rails server thin -p 4269` | |
2011-09-20T12:07:05+00:00 app[web.1]: => Booting Thin | |
2011-09-20T12:07:05+00:00 app[web.1]: => Rails 3.0.9 application starting in production on http://0.0.0.0:4269 | |
2011-09-20T12:07:05+00:00 app[web.1]: => Call with -d to detach | |
2011-09-20T12:07:05+00:00 app[web.1]: => Ctrl-C to shutdown server | |
2011-09-20T12:07:05+00:00 app[web.1]: >> Thin web server (v1.2.11 codename Bat-Shit Crazy) | |
2011-09-20T12:07:05+00:00 app[web.1]: >> Maximum connections set to 1024 | |
2011-09-20T12:07:05+00:00 app[web.1]: >> Listening on 0.0.0.0:4269, CTRL+C to stop | |
2011-09-20T12:07:05+00:00 heroku[web.1]: State changed from starting to up | |
2011-09-20T12:07:21+00:00 heroku[api]: Add-on add cron:daily by [email protected] | |
2011-09-20T12:07:21+00:00 heroku[api]: Release v25 created by [email protected] | |
2011-09-20T12:07:21+00:00 heroku[web.1]: State changed from up to bouncing | |
2011-09-20T12:07:21+00:00 heroku[web.1]: State changed from bouncing to created | |
2011-09-20T12:07:21+00:00 heroku[web.1]: State changed from created to starting | |
2011-09-20T12:07:23+00:00 heroku[web.1]: Stopping process with SIGTERM | |
2011-09-20T12:07:23+00:00 app[web.1]: Exiting | |
2011-09-20T12:07:23+00:00 heroku[web.1]: Starting process with command `bundle exec rails server thin -p 53045` | |
2011-09-20T12:07:29+00:00 app[web.1]: => Booting Thin | |
2011-09-20T12:07:29+00:00 app[web.1]: => Rails 3.0.9 application starting in production on http://0.0.0.0:53045 | |
2011-09-20T12:07:29+00:00 app[web.1]: => Call with -d to detach | |
2011-09-20T12:07:29+00:00 app[web.1]: => Ctrl-C to shutdown server | |
2011-09-20T12:07:29+00:00 app[web.1]: >> Thin web server (v1.2.11 codename Bat-Shit Crazy) | |
2011-09-20T12:07:29+00:00 app[web.1]: >> Maximum connections set to 1024 | |
2011-09-20T12:07:29+00:00 app[web.1]: >> Listening on 0.0.0.0:53045, CTRL+C to stop | |
2011-09-20T12:07:29+00:00 heroku[web.1]: State changed from starting to up | |
2011-09-20T12:07:57+00:00 heroku[router]: GET alexavachon.com/robots.txt dyno=web.1 queue=0 wait=0ms service=2ms status=200 bytes=204 | |
2011-09-20T12:07:57+00:00 heroku[nginx]: 208.115.113.91 - - [20/Sep/2011:05:07:57 -0700] "GET /robots.txt HTTP/1.1" 200 204 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; [email protected])" alexavachon.com | |
2011-09-20T12:08:05+00:00 heroku[cron.36]: State changed from created to starting | |
2011-09-20T12:08:07+00:00 heroku[cron.36]: Starting process with command `bundle exec rake cron` | |
2011-09-20T12:08:08+00:00 heroku[cron.36]: State changed from starting to up | |
2011-09-20T12:08:12+00:00 app[cron.36]: puts Checking if time is right... | |
2011-09-20T12:08:12+00:00 app[cron.36]: Rails.logger.info Checking if time is right... | |
2011-09-20T12:08:12+00:00 app[cron.36]: puts Time is not right! Date.today.cwday = 2 | |
2011-09-20T12:08:12+00:00 app[cron.36]: Rails.logger.info Time is not right! Date.today.cwday = 2 | |
2011-09-20T12:08:12+00:00 heroku[cron.36]: Process exited | |
2011-09-20T12:08:12+00:00 heroku[cron.36]: State changed from up to complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment