Visual Modeler cron jobs
If you install the Visual Modeler with the reference data, the installation includes the pre-defined cron jobs.
If you installed the Visual Modeler with minimal data, only the Cache Cleanup job is included. If you want to implement the other jobs, you must create them by following the steps in Create a cron job. The following sections contain the information needed to create these jobs.
Note that all cron job timeout values are specified in seconds.
Specifying -1 as a timeout value means that the cron job never times out.
Cache cleanup
This group of properties determine the frequency and class of the cron job used to clean the cache.
Maintain configuration
This cron job deletes saved configurations of the specified configuration type that are older than the specified age. The default age for deletion is 10 days.
| Cron job parameter | Value |
|---|---|
| Program | com.comergent.apps.configurator.main.ConfigMaintainanceCron |
| Command-line arguments | ConfigType=Config&AgeInDays=10 |
| Cron job type | Application |