Merge pull request #10253 from tchak/chore-task-stable-id
chore(task): reduce batch size of fill stable id task
This commit is contained in:
commit
94aef62e87
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
module Maintenance
|
||||
class FillChampsStableIdTask < MaintenanceTasks::Task
|
||||
BATCH = 1_000
|
||||
BATCH = 20
|
||||
|
||||
def collection
|
||||
(Dossier.last.id / BATCH).ceil.times.to_a
|
||||
|
|
Loading…
Add table
Reference in a new issue