Schedule Tasks

Scheduling Agent Tasks for Day-to-Day Operations in CloudThinker

2

Select sample task or write your task

Simply click on any blue text prompt on the landing page (like @alex analyze EC2 instances with <20% CPU utilization...).

3

Click to Schedule button ⏱️

A configuration panel will appear with the selected prompt already populated in the message field.

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 minutes

    • 0 */1 * * * - Every hour

    • 0 9 * * * - Daily at 9 AM

    • 0 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)

https://app.cloudthinker.io/tasks

Last updated