Skip to content

Commit

Permalink
fix bad jobs paramater in populate scores datafix
Browse files Browse the repository at this point in the history
fixes GRADE-758

test plan:
 - Migration runs in a production-like environment (like beta)

Change-Id: I41d9d0f42c554d8d0aedccbf928116aca5071695
Reviewed-on: https://gerrit.instructure.com/137290
Reviewed-by: James Williams  <[email protected]>
Reviewed-by: Shahbaz Javeed <[email protected]>
Tested-by: Jenkins
Product-Review: Keith T. Garner <[email protected]>
QA-Review: Keith T. Garner <[email protected]>
  • Loading branch information
ktgeek authored and maneframe committed Jan 9, 2018
1 parent 24a54fb commit 13ccbae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def self.run
:run_for_course_range,
{
n_strand: ["DataFixup::PopulateScoresAndMetadataForAssignmentGroupsAndTeacherView", Shard.current.database_server.id],
max_concurrency: 4,
priority: Delayed::MAX_PRIORITY
},
min_id, max_id
Expand Down

0 comments on commit 13ccbae

Please sign in to comment.