I can clearly see after_commit being used in the code: ``` ruby after_commit :send_devise_pending_notifications ``` Yet, ActiveRecord::RecordNotFound still happens from time to time. Any ideas how to fix it, @mperham?