PerformPastReminders

 

Description

The PerformPastReminders timer activates all reminders. It searches for and executes open reminders, for example, those generated by the https://tim-doc.atlassian.net/wiki/spaces/eng/pages/228626253. In other words, the timer ensures the dispatching of reminder emails that have already accumulated due to escalations.

 


Webservice Name

EscalationManager

Webservice Method

performPastReminders

 

Parameter

Parameter

Description

Valid examples

Parameter

Description

Valid examples

limit

A Number of reminders that will be started during a run.

If this number too high, the timer stops with an error and tries again. This results in an endless loop.

  • 5

  • 10

 

Example