我已经使用sidekiq和redis-server在后台发送电子邮件..问题:使用同步方法发送邮件时没问题。IE。在applicants_controller.rbUserMailer.notify_applicant_assignment(current_assigned_user.id,applicant,workflow_step).deliver但是,当我使用delay方法发送电子邮件时,即在applicants_controller.rbUserMailer.delay.notify_applicant_assignment(current_assigned_user.id,