Skip to main content

Async Jobs

A page for viewing the run history of heavy, long-running work — such as report generation — that background workers process.

Async jobs list

Features

Jobs table

Shows up to the 50 most recent jobs. Heavy work is not run inline in the browser but handed off to background workers, and this page presents the results read-only.

ColumnDescription
TypeThe kind of job
StatusProcessing state, shown as a colored badge
RuntimeWhere the job ran
ErrorError message when the job failed
CreatedWhen the job was created (KST)

Status badges

  • queued: Enqueued and waiting to be processed
  • running: Being processed by a worker
  • succeeded: Completed successfully
  • failed: Failed during processing (see the Error column for the cause)
  • canceled: Canceled

Runtime

  • lambda: The execution environment for short jobs
  • fargate: The execution environment for long or memory-heavy jobs

How to use

  1. In the sidebar, click AI Operations > Async Jobs
  2. Check the Status and Runtime badges of recent jobs in the table
  3. Click a column header to sort by that field
  4. Press Refresh to reload the latest history; the last-updated time is shown alongside

Tips

Checking failure causes

For jobs with Status failed, you can find the error message in the Error column.

Read-only view

This page only views job run history. Jobs are enqueued in the background by other features (for example, report generation), and their results appear here.

Narrow screens

On narrow screens the table switches to cards, making it comfortable to view on mobile.

  • AI Diagnosis - Diagnosis reports generated in the background