Windchill Scheduler
The Windchill Scheduler is an internal service used by different Windchill services to schedule execution of certain tasks. Tasks can be run once or periodically, and can be scheduled for a particular time or immediately after the scheduling takes place. Typical scheduled tasks involve external vaulting and content replication.
Scheduled tasks are executed using the Windchill queue service, which allows the inheritance of the advantages of the background processing. For instance, if the background method server is used, scheduled tasks will be running in it.
The Windchill Scheduler service keeps the log of each executed task in history objects that contain the current and historical status information. For example, if you are scheduling revaulting and you select schedule items and click Log, history objects supply the data that appears in the Revaulting History window.
Windchill Scheduler Automatic Removal of History Items
The Windchill Scheduler periodically removes history items older than a specified number of days. For example, old history items no longer appear in the Revaulting History window and Content Replication Jobs table, and data about them is not stored.
Other Properties
Other properties related to Windchill Scheduler operations are the following:
Property
Description
wt.scheduler.verbose
Specifies whether to run the Windchill Scheduler in verbose mode. The default is false.
wt.scheduler.log.properties
Specifies whether to print Windchill Scheduler-specific properties on startup.
這是否有幫助?