Aam-Digital / aam-services

GNU General Public License v3.0
0 stars 0 forks source link

if too many report-calculation records, there is a DataBufferLimitException #27

Closed sentry-io[bot] closed 3 months ago

sentry-io[bot] commented 3 months ago

It seems like errors can occur if the report-calculation DB gets really big, as we load all calculations in the processNext check ...

Sentry Issue: AAM-BACKEND-SERVICE-R

DataBufferLimitException: Exceeded limit on max bytes to buffer : 16777216
    at org.springframework.core.io.buffer.LimitedDataBufferList.raiseLimitException(LimitedDataBufferList.java:99)

[ReportCalculationJob] Error in job: processNextPendingCalculation()