Skip to main content

Background Jobs

The Background Jobs page displays the execution history of scheduled background (cron) jobs running within Trisul. It provides visibility into job execution status, runtime, completion time, and any informational or error messages generated during execution, making it useful for monitoring scheduled tasks and troubleshooting failures.

navigation

👉 Login as admin → Web Admin → Manage → Background Jobs


Figure: Background Jobs

Background Job Information​

FieldDescription
IDUnique identifier assigned to each background job execution.
Job NameName of the scheduled background job that was executed.
StatusCurrent execution status of the job, such as Success, Skipped, or Failed.
Started AtDate and time when the job execution began.
Finished AtDate and time when the job completed. A value of - indicates the job did not complete or was skipped.
Duration (s)Total execution time of the job in seconds.
MessageDetailed execution result, informational message, or error describing the outcome of the job.

Overview​

The Background Jobs page provides a centralized view of scheduled task executions, allowing administrators to verify that periodic operations such as report generation, data synchronization, and maintenance tasks are running as expected. The Message column helps identify why a job succeeded, failed, or was skipped, making it easier to diagnose configuration issues or operational problems.