I use devise and I can send mails with resque. I use this wiki: How To: Send devise emails in background (Resque, Sidekiq and Delayed::Job)
I have jobs in queue but no workers. Do I have to create task, or workers?
OK, try adding this to your Rakefile:
require 'resque/tasks'
Then run your jobs:
QUEUE=* rake resque:work
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With