Project

General

Profile

Actions

Bug #6603

closed

[Workbench] Pipeline components tab preloads all tasks; times out for jobs with many tasks

Added by Brett Smith over 8 years ago. Updated over 8 years ago.

Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
Workbench
Target version:
-
Story points:
-

Description

app/views/pipeline_instances/_show_components_running.html.erb includes the line tasks = JobTask.filter([['job_uuid', 'in', job_uuids]]).results. For jobs that create many tasks, this will take a while to execute. Because this renders automatically as part of showing a pipeline instance, In the worst case, it can take so long that a browser or front-end proxy gives up waiting for Workbench to render a pipeline instance page.

It's important that having many tasks not prevent the page from loading. There are lots of possible solutions; the engineering team can specify one together.


Related issues

Is duplicate of Arvados - Bug #6602: [Workbench] Pipeline components tab preloads all tasks; times out for jobs with many tasksResolvedRadhika Chippada07/22/2015Actions
Actions #1

Updated by Brett Smith over 8 years ago

  • Status changed from New to Duplicate
  • Target version deleted (2015-08-19 sprint)
Actions

Also available in: Atom PDF