Skip to content

My Job Seems to Be Taking A Really Long Time

blalbrit edited this page May 28, 2019 · 8 revisions

At the time of writing, the Pre-Assembly app is not very good at reporting failed jobs through the interface. Sometimes, jobs just seem to linger. Below is an example of such a job:

The application has a job tracking system that can provide additional information about running and failed jobs which can be accessed by visiting: https://sul-preassembly-prod.stanford.edu/resque/overview

This will tell you if there are any jobs currently running and, if there are, you can click through to see if it is your job:

If your job is no longer running, then you will want to check the list of "failed" jobs: https://sul-preassembly-prod.stanford.edu/resque/failed/discovery_report_failed (if a Discovery Report) or https://sul-preassembly-prod.stanford.edu/resque/failed/preassembly_failed (if a Preassembly Job). You can then navigate through the pages until you find your failing job. There, you will usually find some information that can help you determine why your job failed:

In this case, the two failed jobs were caused by a manifest that was lacking druid and object columns and by the inclusion of a filename rename.csv in the druid column of the manifest.

Clone this wiki locally