UseCases » History » Version 5
Sarah Zaranek, 09/20/2022 03:11 PM
1 | 5 | Sarah Zaranek | h1. Use Cases for Workbench |
---|---|---|---|
2 | 2 | Tom Clegg | |
3 | 3 | Tom Clegg | I have a collection with buggy/suspect results. I need to figure out where in the pipeline the bug crept in. |
4 | 2 | Tom Clegg | * any big differences between the different "foo_XX" steps? |
5 | * flags passed to the "foo_XX" steps |
||
6 | * logs from one (all?) of the "bar_XX" steps |
||
7 | * docker image metadata (docker image ID, name, version, dockerfile) |
||
8 | |||
9 | I need to find a "good" workflow invocation, and compare it to something that isn't working now |
||
10 | * when did this workflow last succeed? |
||
11 | |||
12 | 3 | Tom Clegg | I have a collection that is valuable/interesting. I need to review/share/publish how it was generated (tools/versions/options/inputs). |
13 | 1 | Sarah Zaranek | |
14 | I need to find some data, and confirm I'm looking at the right version. |
||
15 | 3 | Tom Clegg | |
16 | 4 | Tom Clegg | I want to estimate how much money it will cost to run a workflow. |
17 | |||
18 | I want to know how long it will take to run my workflow. |
||
19 | * queued? when will it start? |
||
20 | * taking a long time? how long does it normally take? |
||
21 | * slower than it should be? should I run it with more CPUs, RAM, etc.? |