Skip to content

iyagi15/fluent-plugin-resque-ex

 
 

Repository files navigation

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

License

Apache License, Version 2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%