mhfs / devise-async

Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.
MIT License
575 stars 110 forks source link

Are DB connection opened by this gem? #71

Closed Wedontplay closed 9 years ago

Wedontplay commented 9 years ago

Hi, I didn't completely understand if this gem use ActiveRecord connection, I'm asking this to evaluate the correct db pool size.

Tx. Gabriele

baschtl commented 9 years ago

@Wedontplay In connection with devise it probably accesses the DB. The gem itself should not directly use a DB connection (besides in the specs).