Job Queue

The GRYFN Processing Tool Job Queue provides users with the ability to submit multiple jobs where each job is processed in the order it is received. While processing, users are provided with a status bar visualizing the level of completion for that job and a console log detailing each processing step. If multiple jobs are in the queue, clicking on the job in the list will open that job's console log, timer, and completion level.

Intelligent Reprocessing

GRYFN Processing Tool only processes data needed for the existing tasks and products available in the pipeline submission. In the case of a previous error, or if a user wishes to resubmit a job, only necessary data will be reprocessed. i.e. new tasks are added that require processing, product configuration changes require only reprocessing of the final product and not intermediate processing steps, processing configuration changes require both intermediate steps and final products to be reprocessed.

Another example, a user is processing a LiDAR/VNIR dataset. User wishes to output VNIR orthomosaic at a different resolution, but makes no configuration or product changes to LiDAR, and no other changes to VNIR processing configuration. LiDAR processing will be skipped, VNIR intermediate processing will be skipped, and only the VNIR product will be freshly generated at the new resolution.

Job Errors

If a processing job encounters an error the processing queue will stop that job and move to the next job in the queue. Jobs stopped on an error can be restarted without re-submitting the job. An error symbol will be displayed in the Job Queue list next to that job. A detailed processing log is located at C:\Users\*USER*\AppData\Roaming\GRYFN\logs\main.log

Job Controls

Jobs can be manually stopped, resumed, or removed from the queue using the controls on the job in the job queue list.

Last updated