Jobs

The jobs view allows you to examine jobs that are in the queue or that have been processed by the workers. You can select any of the possible states where a job can be in a queue to discover which jobs are in said states:

Jobs can be opened in order to get useful information such as: options, data, result values, logs, error callstacks and reasons for failing:

From this view it is also possible to perform operations on the individual jobs, or on a certain selection of the jobs.

For example, a common action is to retry failed jobs after resolving the underlaying reason for the failure.

Updating jobs

It is possible to edit the data of existing jobs if they are in compatible states such as "Waiting", "Delayed" or "Failed". You update a job by clicking on the "Edit" icon:

You will get up an update job dialog:

Just perform any change you want on the data field as JSON and click on Update:

Last updated