Fix thread resolve worker retrying when status no longer exists (#16109)
This commit is contained in:
parent
64d9b84f1d
commit
02d195809b
1 changed files with 2 additions and 0 deletions
|
@ -14,5 +14,7 @@ class ThreadResolveWorker
|
|||
|
||||
child_status.thread = parent_status
|
||||
child_status.save!
|
||||
rescue ActiveRecord::RecordNotFound
|
||||
true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue