Merge branch 'develop' into develop-Bright
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m6s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m6s
This commit is contained in:
commit
2868c329e1
1 changed files with 5 additions and 5 deletions
|
|
@ -70,7 +70,7 @@ export class ProfileSalaryController extends Controller {
|
|||
where: { position: Not(IsNull()) },
|
||||
});
|
||||
|
||||
const BATCH_SIZE = 100;
|
||||
const BATCH_SIZE = 50;
|
||||
let successCount = 0;
|
||||
let failCount = 0;
|
||||
const allData: CreateTenurePositionOfficer[] = [];
|
||||
|
|
@ -178,7 +178,7 @@ export class ProfileSalaryController extends Controller {
|
|||
where: { position: Not(IsNull()) },
|
||||
});
|
||||
|
||||
const BATCH_SIZE = 100;
|
||||
const BATCH_SIZE = 50;
|
||||
let successCount = 0;
|
||||
let failCount = 0;
|
||||
const allData: CreateTenurePositionEmployee[] = [];
|
||||
|
|
@ -290,7 +290,7 @@ export class ProfileSalaryController extends Controller {
|
|||
},
|
||||
});
|
||||
|
||||
const BATCH_SIZE = 100;
|
||||
const BATCH_SIZE = 50;
|
||||
let successCount = 0;
|
||||
let failCount = 0;
|
||||
const allData: CreateTenureLevelOfficer[] = [];
|
||||
|
|
@ -434,7 +434,7 @@ export class ProfileSalaryController extends Controller {
|
|||
},
|
||||
});
|
||||
|
||||
const BATCH_SIZE = 100;
|
||||
const BATCH_SIZE = 50;
|
||||
let successCount = 0;
|
||||
let failCount = 0;
|
||||
const allData: CreateTenureLevelEmployee[] = [];
|
||||
|
|
@ -575,7 +575,7 @@ export class ProfileSalaryController extends Controller {
|
|||
where: { posExecutive: Not(IsNull()) },
|
||||
});
|
||||
|
||||
const BATCH_SIZE = 100;
|
||||
const BATCH_SIZE = 50;
|
||||
let successCount = 0;
|
||||
let failCount = 0;
|
||||
const allData: CreateTenurePositionExecutiveOfficer[] = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue