about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/workers/thread_resolve_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/thread_resolve_worker.rb b/app/workers/thread_resolve_worker.rb
index 74cb09ab5..a1915a16f 100644
--- a/app/workers/thread_resolve_worker.rb
+++ b/app/workers/thread_resolve_worker.rb
@@ -15,7 +15,7 @@ class ThreadResolveWorker
 
     child_status.thread = parent_status
     child_status.save!
-  rescue ActiveRecord::RecordInvalid
+  rescue ActiveRecord::RecordInvalid, ActiveRecord::RecordNotFound
     nil
   end
 end