Skip to content

Resque output plugin for fluent event collector. Supports buffering and setting a worker class in the config.

Notifications You must be signed in to change notification settings

hfwang/fluent-plugin-buffered-resque

 
 

Repository files navigation

$ fluent-gem install fluent-plugin-buffered-resque
<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 © 2012- Yuichi Tateno

License

Apache License, Version 2.0

About

Resque output plugin for fluent event collector. Supports buffering and setting a worker class in the config.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%