Fix number of new replies increasing even if reply was not fetched (#35577)
This commit is contained in:
@@ -8,8 +8,8 @@ class FetchReplyWorker
|
||||
|
||||
def perform(child_url, options = {})
|
||||
batch = WorkerBatch.new(options.delete('batch_id')) if options['batch_id']
|
||||
FetchRemoteStatusService.new.call(child_url, **options.symbolize_keys)
|
||||
result = FetchRemoteStatusService.new.call(child_url, **options.symbolize_keys)
|
||||
ensure
|
||||
batch&.remove_job(jid, increment: true)
|
||||
batch&.remove_job(jid, increment: result.present?)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user