Skip to content

hotchpotch/fluent-plugin-resque

Repository files navigation

$ fluent-gem install fluent-plugin-resque
<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

No packages published

Contributors 2

  •  
  •  

Languages