Fix thread resolve worker retrying when status no longer exists (#16109)

master
Eugen Rochko 3 years ago committed by GitHub
parent c4deca6a21
commit f78cbc0c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/workers/thread_resolve_worker.rb

@ -14,5 +14,7 @@ class ThreadResolveWorker
child_status.thread = parent_status child_status.thread = parent_status
child_status.save! child_status.save!
rescue ActiveRecord::RecordNotFound
true
end end
end end

Loading…
Cancel
Save