Closed andrewsignori-aot closed 3 days ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Totals | |
---|---|
Statements: | 22.21% ( 3718 / 16740 ) |
Methods: | 10.24% ( 214 / 2089 ) |
Lines: | 25.57% ( 3226 / 12614 ) |
Branches: | 13.65% ( 278 / 2037 ) |
Totals | |
---|---|
Statements: | 86.92% ( 1243 / 1430 ) |
Methods: | 88.57% ( 124 / 140 ) |
Lines: | 87.77% ( 1055 / 1202 ) |
Branches: | 72.73% ( 64 / 88 ) |
Totals | |
---|---|
Statements: | 65.43% ( 583 / 891 ) |
Methods: | 59.26% ( 64 / 108 ) |
Lines: | 68.54% ( 464 / 677 ) |
Branches: | 51.89% ( 55 / 106 ) |
Totals | |
---|---|
Statements: | 66.96% ( 5773 / 8621 ) |
Methods: | 64.8% ( 718 / 1108 ) |
Lines: | 70.89% ( 4530 / 6390 ) |
Branches: | 46.75% ( 525 / 1123 ) |
processInParallel
method.processInParallel
to keep the existing features from the methods refactored.currentRecord
allows progress report (added to satisfy SFAS integration and also used for Fed restrictions now).partialResults
allow access to lasted awaited promises batch (added to satisfy offering bulk upload).Federal Restriction Benchmark
The amount of parallel promises allowed was reduced from 4 to 2. Even though the bulk size of 750 was faster in local tests it was kept as 500 to avoid overloading the DB.
Bulk Offering Upload