We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970188f commit dfa2941Copy full SHA for dfa2941
app/models/solid_queue/batch_execution.rb
@@ -24,7 +24,7 @@ def create_all_from_jobs(jobs)
24
})
25
26
total = jobs.size
27
- SolidQueue::Batch.where(batch_id:).update_all(["total_jobs = total_jobs + ?", total])
+ SolidQueue::Batch.where(batch_id:).update_all([ "total_jobs = total_jobs + ?", total ])
28
end
29
30
0 commit comments