mhfs/devise-async

Option to specify queue

Closed this issue · 6 comments

We all ready have a specific queue we use for other emails in our application, with the current priorities set.

Would it be possible to add an option to specify the queue to use, so we could set it the same as our current email queue? rather than using the default of 'mailer'.

We're using sidekiq, if that makes any difference.

mhfs commented

I think it makes sense. I'll work on this as soon as I can.

Thanks for bringing this up.

mhfs commented

@JakeAustwick @aaronchi I just pushed the change to master. Would you give it a try, please?

Thanks

Works perfect. Thanks.

Note: Only tested in Sidekiq, not Resque.

mhfs commented

I just released 0.2.0. Enjoy and thanks for testing.

Perfect, thanks for such quick updates.