From 03f45346a75ffad4efb9ec937fead849ede8190f Mon Sep 17 00:00:00 2001 From: "fabio.formosa" Date: Fri, 5 Mar 2021 00:59:02 +0100 Subject: [PATCH] #38 changed misfire instruction --- .../scheduler-config/scheduler-config.component.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html b/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html index 84fe4e7..b231607 100644 --- a/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html +++ b/quartz-manager-frontend/src/app/components/scheduler-config/scheduler-config.component.html @@ -16,12 +16,11 @@
Misfire Policy
-
RESCHEDULE NEXT WITH EXISTING COUNT
+
RESCHEDULE NEXT WITH REMAINING COUNT
- In case of misfire event, the trigger is re-scheduled to the next scheduled time after 'now' with the repeat count left unchanged (missed events are definitively lost). + In case of misfire event, the trigger is re-scheduled to the next scheduled time after 'now' with the repeat count set to what it would be, if it had not missed any firings.
- Warning: This policy could cause the trigger to go directly to the complete state if the end-time of the trigger has arrived, - so this misfire instruction doesn't guarantee that the repeat counter reaches your max value, but it guarantees that the end-time doesn't go over the expected final fire time. + Warning: This policy could cause the Trigger to go directly to the 'COMPLETE' state if all fire-times where missed.