Skip to content

Search Video Ingester

Search Video Ingester documentation.

Re-running and cancelling jobs

How to retry a job that went wrong, and how to remove one you do not want.

All of these actions are on the right-click menu of the job grid. Right-click the row you are interested in and the menu opens with the entries that apply to that job, each one naming the file so you can see at a glance which job you are about to act on.

The right-click menu on a job, showing Re-run, Cancel and Show payload
The right-click menu on a job, showing Re-run, Cancel and Show payload

You can select several rows first (Ctrl-click or Shift-click) and act on all of them at once.

Re-running a job

Right-click the job and choose Re-run "file name".

The job is put back into the queue and the upload starts again from the beginning.

Use this when a job ended in error or failed — a dropped connection, a temporary backend problem, or a chunk size that was too large for the link. Fixing the cause first and then re-running is usually all that is needed.

When several jobs are selected, the menu says Re-run n selected jobs and you are asked to confirm.

Cancelling a job

Right-click the job and choose Cancel "file name".

You are asked to confirm. The job is then marked cancelled and disappears from the grid.

Cancelling works on jobs in almost any state, including one that is currently uploading — the transfer is stopped. This was added so that a job stuck at 0 % on a bad connection, or one stuck at creating encode job, can be cleared without restarting the program.

Cancelling and then re-running

A common repair sequence:

  1. Cancel the stuck job.
  2. Change whatever caused the problem — for example lower the File chunk size to 5 MB.
  3. Click Show all jobs, find the cancelled job, right-click it and choose Re-run.

Viewing finished and cancelled jobs

Successful and cancelled jobs disappear from the grid so that the list stays short during an event. To see them, click Show all jobs.

Show all jobs
Show all jobs

The button then reads Hide all jobs; click it again to return to the short list.