Skip to content

Commit

Permalink
Update org-only-migration-job.ts (gitpod-io#17733)
Browse files Browse the repository at this point in the history
reduce job
  • Loading branch information
svenefftinge authored May 24, 2023
1 parent e481eb9 commit db652c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/src/jobs/org-only-migration-job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ export class OrgOnlyMigrationJob implements Job {
}

public async run(): Promise<void> {
await this.migrateUsers(1500); // in prod we do ~300 / minute
await this.migrateUsers(1); // in prod we do ~300 / minute
}
}

0 comments on commit db652c4

Please sign in to comment.