No commit activity in last 3 years
No release in over 3 years
Resque output plugin for fluent event collector. Has extra features like buffering and setting a worker class in the config.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.9.2
>= 1.0.0
>= 0.5.4

Runtime

>= 0.10.8
 Project Readme

Fluent event to Resque queue plugin¶ ↑

Installation¶ ↑

$ fluent-gem install fluent-plugin-buffered-resque

Usage¶ ↑

<match resque>
  type resque
  redis hostname:port/namespace
  queue file_serve
  worker_class MyClass
  bulk_queuing true
</match>

fluent_logger.post('resque', {
  :user_id => xxx,
  :body => yyy
})
#=> enqueue ('file_serve', 'MyClass', {:user_id => xxx, :body => yyy})

Copyright¶ ↑

Copyright

Copyright © 2012- Yuichi Tateno

License

Apache License, Version 2.0