From my understanding, all triggers in QRTZ_SIMPLE_TRIGGERS
will be added to QRTZ_FIRED_TRIGGERS
after it has been fired. However, I found there still nothing inside QRTZ_FIRED_TRIGGERS
even those triggers in QRTZ_SIMPLE_TRIGGERS
existing and being deleted?
May I know when will the trigger be moved to QRTZ_FIRED_TRIGGERS
?