Salta ai contenuti

Job Queue

Questi contenuti non sono ancora disponibili nella tua lingua.

The Job Queue shows long-running work such as file loads, web syncs, AI generation, tenant operations, and maintenance tasks.

Each job has a type, status, progress, steps, result, and error if something failed. Jobs continue server-side even if the browser closes. The queue is the best place to check whether work is active, complete, cancelled, or failed. A terminal status describes that job handler; for a parent/child workflow, DONE can mean that the parent safely queued a child rather than that every downstream effect has finished.

Mock job queue screenshot

  1. Open Job Queue.
  2. Filter or scan for the relevant job type.
  3. Open the job details.
  4. Review steps and progress.
  5. If failed, read the error and affected resource.
  6. Fix the source issue and rerun the user action if needed.

Do not start the same operation repeatedly because a spinner is still visible. Check the job queue first.

Do not ignore partial failures. A job may complete some steps and fail on final persistence or cleanup. When end-to-end completion matters, inspect the result, any child job, and the affected resource instead of relying on the parent status alone.