adamsaghy commented on PR #5353:
URL: https://github.com/apache/fineract/pull/5353#issuecomment-3804313255
@Shivd131 Hi
I missed the code which doing this however ignoring the errors are not too
useful:
```
for (GetReportsResponse report : allReports) {
try {
fineractClient().reportsRun.runReportGetData(report.getReportName(),
Map.of("R_officeId", "1"), false).execute();
} catch (Exception ignored) {
// Ignore network/parsing errors, the attempted execution
being recorded by metrics is focused.
}
}
Would it be possible to ensure each report is called and there are no errors?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]