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

th-downstream
Eugen Rochko 3 years ago committed by GitHub
parent d6fd65d0d1
commit bc522c698c

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

Loading…
Cancel
Save