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