Tag Link | [Event_Schedule] | Category | Utility |
---|---|---|---|
Type | Process | Source Available | Yes |
Support | Preferred | Version | 5.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | Tag |
Implementation | LDML | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0 |
[Event_Schedule] schedules a URL to be loaded by Lasso at a specified time in the future or schedules repeated loads of a specified URL.
This tag can be used to execute format files on the local server or to trigger CGIs on remote servers. It can schedule a URL to be loaded immediately or at a specific time in the future. Additionally, it can schedule repeated loads of a URL until a designated end time.
The queue of scheduled events can be viewed and individual events can be modified or deleted in the Monitor > Events section of Lasso Administration.
If a
If a
If a
The optional
GET parameters can be specified directly within the
Similarly, emails can be sent or periodic server maintenance tasks can be performed by scheduling loads of format files on the local server that perform those tasks. Use of a unique username and password can ensure that these pages will not be loaded by site visitors.
Note: Lasso only guarantees the accuracy of scheduled URL executions within about a minute of the scheduled time. If Lasso Service is shut down, Lasso will execute any events that were supposed to be executed when Lasso Service is restarted. Repeating events will be rescheduled, but any missed repetitions will not be made up.
[Event_Schedule:
[Event_Schedule:
[Event_Schedule:
[Event_Schedule:
[Event_Schedule:
[Event_Schedule:
[Event_Schedule:
Required Parameters | |
---|---|
-URL | The URL of the page which should be executed at the time set by the other keyword/value parameters. |
Optional Parameters | |
-Start | The date and time at which to execute the event. By default set to the current date and time. |
-End | The date and time to stop executing a repeating event. |
-Delay | The number of minutes to delay between repetitions of a repeating event. |
-Restart | If set to true then the event will be rescheduled after the server restarts. If not set then the event will not be rescheduled. Defaults to False. |
-Username | An optional username which will be used to authenticate the execution of the scheduled event. |
-Password | An optional password which will be used to authenticate execution of the scheduled event. |
To schedule a page load:
Use the [Event_Schedule] tag. The following tag adds a page load for a page named PeriodicCleanup.Lasso on the server www.example.com. The page will be loaded every four hours so that periodic server maintenance tasks can be performed.
[Event_Schedule: