No commit activity in last 3 years
No release in over 3 years
Resque enqueue plugin
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
>= 3.2.0
>= 1.0.0

Runtime

>= 0.10.8
 Project Readme

Fluent event to Resque queue plugin¶ ↑

Installation¶ ↑

$ fluent-gem install fluent-plugin-resque

Usage¶ ↑

<match resque>
  type resque
  redis hostname:port/namespace
  queue file_serve
  worker_class_name_tag class # default class
</match>

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

Copyright¶ ↑

Copyright

Copyright © 2012- Yuichi Tateno

License

Apache License, Version 2.0