logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 150 forks source link

refactor shutdown sequence to use plugin.stop #53

Closed jsvd closed 8 years ago

jsvd commented 9 years ago

Change shutdown sequence to be triggered by plugin.stop instead of ShutdownSignal exception. Also remove any calls to: shutdown, finished, finished?, running? or terminating? This depends on https://github.com/elastic/logstash/pull/3895

ph commented 9 years ago

depends on https://github.com/jordansissel/ruby-stud/pull/27