brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.64k stars 114 forks source link

Mongoid connection pool #178

Closed aligit closed 8 years ago

aligit commented 8 years ago

Hi, Is it possible to manage connection pool for mongoid too? If not, what has to be done for having that supported too?

Thanks

brandonhilkert commented 8 years ago

I don't have any experience with Mongoid, but if there's a connection pool, then you'd probably have to find the API within the gem that returns the connection to the pool.