Skip to content
  • Minqi Pan's avatar
    fix #15127 ActiveJob::DeserializationError thrown · e4d9d4e5
    Minqi Pan authored
    send_devise_notification pre-maturely enqueued the task when the user instance
    has not yet been committed into the database, causing a record-not-found in the
    other sidekiq process.
    
    devise-async has already been taking care of asynchronous mail sending, we just
    need to run it inside queue `mailers` instead of `mailer` to enable it.
    e4d9d4e5