gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

Problem with exiting fnordmetric app #71

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by macbury Monday Oct 07, 2013 at 06:45 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/166


With this code

FnordMetric::Web.new(port: AppConfig::FNORDMETRIC_WEB_PORT)
FnordMetric::Worker.new
FnordMetric.run

I cannot exit process using ^C command. Only way to stop app is using kill -9

bf4 commented 10 years ago

Comment by maxd Tuesday Nov 19, 2013 at 09:15 GMT


FYI: I have found workaround. Need to use thin 1.5. Just add this line to the Gemfile:

gem 'thin', '~> 1.5.1'
bf4 commented 10 years ago

Comment by macbury Tuesday Nov 19, 2013 at 09:18 GMT


@maxd +1