Merge commit '081d38679f965ac20ff1a6c72e2fc1108c34ac30' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-08-04 21:24:47 +02:00
69 changed files with 1172 additions and 529 deletions

View File

@@ -10,6 +10,6 @@ class FetchReplyWorker
batch = WorkerBatch.new(options.delete('batch_id')) if options['batch_id']
result = FetchRemoteStatusService.new.call(child_url, **options.symbolize_keys)
ensure
batch&.remove_job(jid, increment: result.present?)
batch&.remove_job(jid, increment: result&.previously_new_record?)
end
end