Comment 1 for bug 485524

Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: The `IJob` interface needs to have an 'estimated_duration' property

I think estimated_duration should be on BuildQueue, unless it's of use to other types of job runners that the Codehosting team uses.

It's also worth noting that this data becomes redundant once the job is complete. As BuildQueue rows are removed once the job is complete it seems more natural to have it there.