I have an reporting application which nightly runs some job, In order to avoid load on database, Can I try using features like resilient4j to tackle such situation?
FYI, I have spring boot scheduler as application.
I was experimenting few things like keeping track of # queries executed by scheduler job etc manually, But i need some suggestion on this problem from community.