About this document
InstaLOD Pipeline supports industry-standard cron-expressions to easily set up complex schedules. This enables files or folder structures to be processed at specific times and dates.
Scheduling tasks
To schedule a task, specify the -schedule
argument followed by <minute>
,<hour>
,<dayOfMonth>
,<month>
,<dayOfWeek>
before the desired operation:
InstaLODCmd -schedule <minute> <hour> <dayOfMonth> <month> <dayOfWeek>
Please click here for more information on how to setup cron-expressions for complex schedules.
After scheduling, the console window where InstaLOD Pipeline is executed must not be closed.
Example:
The following example processes the specified folder every SUN, MON, WED, and FRI at 5:00 AM.
InstaLODCmd -schedule 0 5 * * SUN,MON,WED,FRI* -profile "Profiles\Optimize.json" -folder "Data/**" "SK_*.fbx" "Build/{YEAR}{MONTH}{DAY}_{MESH.FILENAME}_{INDEX}.fbx" OptimizeDemo
Comments
0 comments
Article is closed for comments.