Background Tasks

Monitor and manage background task processing

Background Task Monitoring Tracking ongoing and completed background tasks and their execution logs.

The Background Tasks page allows administrators to monitor ongoing and completed tasks across the Simuzo system, including task progress, logs, and status information.

Task List View

The tasks list displays all background tasks with the following information:

Filtering Tasks

You can filter the task list using the following parameters:

Task Status Values

Status Description
Pending Task is queued but not yet started
Running Task is currently being executed
Completed Task finished successfully
Failed Task encountered an error

Task Detail View

Click on a task to view detailed information including:

Stale Task Detection If a task shows the message "Simuzo has lost the track of the process", it may indicate a system issue. Check the task logs and consider restarting the background worker.

Exporting Task Logs

To export task logs as HTML:

  1. View the task detail page
  2. Click the Export action
  3. The browser will download a file with full task logs

API Integration

Task status can be retrieved programmatically via the API:

GET /api.php?act=get_status&actid=<task_id>

Response includes:

← Back to Documentation Home