This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:timer:performpastreminders [2016/02/05 10:25] jan.mayer |
en:software:tim:timer:performpastreminders [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
======= performPastReminders ======= | ======= performPastReminders ======= | ||
==== Description ==== | ==== Description ==== | ||
- | This timer runs all reminders from up to a limit. This timer is looking for open reminders, for example, generated by the [[en:software:tim:actionhandler:generateoffsetescalationtimehandler|GenerateOffsetEscalationTimeHandler]] and executes them. That means this timer ensures that the dispatching of reminder emails which are already accrued by escalations. | + | This timer runs all reminders up until it hits the limit. There it searches for and executes open reminders, for example, those generated by the [[en:software:tim:actionhandler:generateoffsetescalationtimehandler|GenerateOffsetEscalationTimeHandler]]. In other words, the timer ensures the dispatching of reminder emails which have already accumulated due to escalations. |
==== Webservice Name ==== | ==== Webservice Name ==== | ||
<code>EscalationManager</code> | <code>EscalationManager</code> | ||
- | ==== Webservice Methode ==== | + | ==== Webservice Method ==== |
<code>performPastReminders</code> | <code>performPastReminders</code> | ||
==== Parameter ==== | ==== Parameter ==== | ||
== limit == | == limit == | ||
- | Number of reminders to be started at a run, for example, "5". | + | Number of reminders to be started during a run, for example, "5". |
- | >> IMPORTANT! If this number too high, the timer stops with an error and tries again. This ends up in an endless loop. | + | >> IMPORTANT! If this number too high, the timer stops with an error and tries again. This results in an endless loop. |
==== Example ==== | ==== Example ==== | ||
Line 18: | Line 18: | ||
---- | ---- | ||
==== Dependencies ==== | ==== Dependencies ==== | ||
- | \\ __T!M Version__ : [[software:tim:changelog:tim35|3.5]] | + | \\ __TIM Version__ : [[software:tim:changelog:tim35|3.5]] |