Skip to content

Instantly share code, notes, and snippets.

@be9
Created December 9, 2011 03:25
Show Gist options
  • Save be9/258cf4406a9993310322 to your computer and use it in GitHub Desktop.
Save be9/258cf4406a9993310322 to your computer and use it in GitHub Desktop.
~/work/stylesclub [v3]% foreman start
10:22:45 web.1 | started with pid 4929
10:22:45 worker.1 | started with pid 4932
10:22:45 clock.1 | started with pid 4935
10:23:01 web.1 | => Booting Thin
10:23:01 web.1 | => Rails 3.1.3 application starting in development on http://0.0.0.0:5000
10:23:01 web.1 | => Call with -d to detach
10:23:01 web.1 | => Ctrl-C to shutdown server
10:23:05 worker.1 | *** Starting worker home:4932:UI,Facebook,Import,Maint,Notification,Bulk
10:23:05 worker.1 | *** got: (Job{Bulk} | LazyClassificationJob | [])
10:23:05 worker.1 | *** Running before_fork hook with [(Job{Bulk} | LazyClassificationJob | [])]
10:23:05 worker.1 | *** done: (Job{Bulk} | LazyClassificationJob | [])
10:24:00 worker.1 | *** got: (Job{Bulk} | LazyClassificationJob | [])
10:24:00 worker.1 | *** Running before_fork hook with [(Job{Bulk} | LazyClassificationJob | [])]
10:24:00 worker.1 | *** done: (Job{Bulk} | LazyClassificationJob | [])
^CSIGINT received
10:24:34 system | sending SIGTERM to all processes
10:24:34 worker.1 | *** Exiting...
10:24:34 clock.1 | 2011-12-09 10:22:58 Scheduling check_products
10:24:34 clock.1 | 2011-12-09 10:22:58 Scheduling pump_activities
10:24:34 clock.1 | 2011-12-09 10:22:58 Scheduling trend_detection
10:24:34 clock.1 | 2011-12-09 10:22:58 Scheduling retrain_classifier
10:24:34 clock.1 | 2011-12-09 10:22:58 Scheduling lazy_classifier
10:24:34 clock.1 | 2011-12-09 10:23:00 queueing LazyClassificationJob (lazy_classifier)
10:24:34 clock.1 | 2011-12-09 10:24:00 queueing LazyClassificationJob (lazy_classifier)
10:24:34 web.1 | >> Thin web server (v1.3.1 codename Triple Espresso)
10:24:34 web.1 | >> Maximum connections set to 1024
10:24:34 web.1 | >> Listening on 0.0.0.0:5000, CTRL+C to stop
10:24:34 web.1 | >> Stopping ...
10:24:34 web.1 | Exiting
10:24:34 worker.1 | *** Exiting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment