nesquena / backburner

Simple and reliable beanstalkd job queue for ruby
http://nesquena.github.com/backburner
MIT License
428 stars 68 forks source link

[Feature] Connection Pool #155

Closed berniechiu closed 4 years ago

berniechiu commented 6 years ago

Since heavy workload on enqueued methods opens tons of connection, therefore replace worker enqueue in connection pool to boost performance

Feature