I have many jobs in quartz, in spring boot. these methods have @Transactional annotation and I can't use a try-catch block. when I run the project, after a while, the scheduler fails and all data in the QRTZ_TRIGGERS table remove and all the jobs cancel and I have to restart the application to start jobs again. how can I avoid deleting these data?

related question in stackoverflow

Comment From: wilkinsona

Please don't duplicate Stack Overflow questions in the issue tracker. It just risks wasting people's time as someone helps you in one place without realising that you've already got the help you needed elsewhere.