This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:tim:timer:performpastreminders [2014/12/03 14:08] duc.le created |
en:software:tim:timer:performpastreminders [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
- | |||
- | |||
======= 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 ==== | ||
- | EscalationManager \\ | + | <code>EscalationManager</code> |
- | ==== Webservice Methode ==== | + | ==== Webservice Method ==== |
- | performPastReminders | + | <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 22: | Line 17: | ||
---- | ---- | ||
- | ==== Abhängigkeiten ==== | + | ==== Dependencies ==== |
- | \\ __T!M Version__ : [[software:tim:changelog:tim35|3.5]] | + | \\ __TIM Version__ : [[software:tim:changelog:tim35|3.5]] |