Summary
The REPORT_TRACKING_NOTIFICATIONS_BATCH_SKIP_MISFIRE Parameter determines if an award report tracking notification batch job misses its start time it will skip that time and run again at the next time or trigger a new batch instantly (sending all backlog of notices). This is the parameter that gets passed to quartz and triggers whether the backlog of missed/old notifications that were missed will resend. The default value is true so old/missed notifications will be skipped and not resend - only new notifications will send on the next scheduled time. A false value will resend all the previously missed notifications.
This parameter is only effective if any of the below award report tracking notification parameters are set to Y and the associated cron parameter is configured. This relates to Award Report Tracking notifications that are active in the Notifications table:
- REPORT_TRACKING_NOTIFICATIONS_BATCH_ENABLED
- REPORT_TRACKING_NOTIFICATIONS_BATCH_CRON_TRIGGER
- Report_Tracking_PI_Digest_Notification_Cron_Trigger
- Report_Tracking_UNIT_Digest_Notification_Cron_Trigger
More information on this functionality can be found in the Award - Award Report Tracking article.
Valid Parameter Value(s)
The REPORT_TRACKING_NOTIFICATIONS_BATCH_SKIP_MISFIRE Parameter Value accepts a single value:
| Parameter Value | Description |
|
true |
Backlog of missed Notifications that didn't send due to outage or error will be skipped and not resend - only new notifications will send on the next scheduled time. Default value. |
|
false |
Will resend backlog of all the previously missed notifications at next successful scheduled job. |
Related Maintenance Table(s)
- Notifications
Related Parameter(s)
- REPORT_TRACKING_NOTIFICATIONS_BATCH_ENABLED
- REPORT_TRACKING_NOTIFICATIONS_BATCH_CRON_TRIGGER
- REPORT_TRACKING_NOTIFICATIONS_BATCH_RECIPIENT
- Report_Tracking_PI_Digest_Notification_Cron_Trigger
- Report_Tracking_UNIT_Digest_Notification_Cron_Trigger
- Ascend_Unit_Hierarchy_For_Report_Tracking_Digest_Unit_Admins
Comments
0 comments
Article is closed for comments.