In the company we are migrating from a pentaho server community 8.2 to 9.3 configured on a postgresql 14.4 database and everything works fine except that we have encountered the problem that when we stop the server or pause the scheduler for any reason when we start again all the schedules that were not executed during the shutdown time are launched. We need the missed schedules to not run and to continue with the next runs from the reboot moment.
We have tried setting the quartz.properties with the property org.quartz.jobStore.misfireThreshold=86400000 or 5000 or directly in database the qrtz5_triggers.misfire_instr = 2 for the trigger_type = CRON but nothing works and when restart all the lost executions are started. Is there a way to prevent these runs and just continue with future scheduled?