我正在尝试在生产环境中发送邮件,但它抛出Activejob反序列化错误。sidekiq在后台运行。我添加了sidekiqgem。我在comment_notification.rb中写了一个方法来向用户发送电子邮件。然后在创建操作的Controller中我添加了这个defcreateCommentNotification.send_comment_mail(@current_user).deliver_later(wait:1.minute)enddefsend_comment_email(current_user)mail(to:current_user.email,:subject=