Skip to content

Email Templates

The Scheduled Tasks feature allows users to manage and monitor automated background tasks within the platform. Each task is assigned to a platform (e.g., CSC) and can be configured to run at a defined interval.

🔧 Features

âž• New Task

A green "New Task" button allows you to create a new scheduled task.

Clicking it opens a form to define: Task Name
Platform
Frequency (in minutes)
Status (enabled/disabled)
Task logic or associated function

Column Description * Platform: Indicates which system/platform the task belongs to (e.g., CSC). * Task: The internal task name or operation performed. * Frequency: How often the task runs, in minutes. * Status: true means the task is currently active/enabled. * Last Success: Timestamp of the last successful execution (UTC format). * Actions: Options to Info, Edit, or Delete the task.

A Search box enables filtering tasks by keywords.
Paginated view lets you browse through large task lists (10 per page by default).

Best Practices

  1. Review the Last Success timestamps regularly to detect failing or stuck tasks.
  2. Disable unused tasks to optimize system performance.
  3. Use descriptive names for new tasks to ease identification and debugging.