beanstalkd / beaneater

The best way to interact with beanstalkd from within Ruby
http://beanstalkd.github.com/beaneater
MIT License
199 stars 43 forks source link

# different job_serializer/job_parser function by tube #74

Open TimWei opened 5 years ago

TimWei commented 5 years ago

I using Beanstalk as primary message queue with Beaneater. In my scenario, every service got its own Beanstalkd Tube.

As system growing, There is an idea about using optimized job serializer/parser for different service to get better performance.

Any suggestion :D?