Schedule Tasks
Scheduling Agent Tasks for Day-to-Day Operations in CloudThinker
1
Start from the Landing Page
2
3
4
Define Schedule (Cron Expression)
Set when and how often the task should run using cron syntax
Use provided patterns for convenience:
*/30 * * * *
- Every 30 minutes0 */1 * * *
- Every hour0 9 * * *
- Daily at 9 AM0 9 * * 1-5
- Weekdays at 9 AM
5
Set Timezone
Choose the appropriate timezone for your schedule.
6
Final step
Click the "Schedule Task" button to activate the recurring task.
7
Monitoring Tasks (Optional)
Last updated