Skip to content

Job Server not using batch size when calculating remaining time #296

Description

@eaolson

I've only just discovered the Job Server and have been playing around with it. I kicked off a job that touches 5 M documents, batch size 25. The CORB text output is saying the estimated time to completion is about 15 minutes, which is correct. The Job Status page is saying estimated time left is over 12 hours and there's no way this job will take nearly that long.

Now that the job is complete, the Job Status page says Total Tasks is 5.6 M and Succeeded Tasks is 223,000 and estimated time left is still 10:35:00. My guess is that there's a disconnect between total documents to process and the number of batches that will take when calculating the estimated time. (223,000 * 25 = 5.6 M)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions