Actions
Bug #6603
closed[Workbench] Pipeline components tab preloads all tasks; times out for jobs with many tasks
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.
Updated by Brett Smith over 9 years ago
- Status changed from New to Duplicate
- Target version deleted (
2015-08-19 sprint)
Actions