Commit ab9912a
committed
Change text for "time in queue"
"Time in queue" is one of the variables shown for worklow operation
details. However, the name is misleading, as this does not
refer to the time the operation (or the job representing it) was waiting
before starting. Instead, it represents the time all the jobs the
operation has spawned were waiting.
Which is why "time in queue" so often has the value "0ms", as many
workflow operations simply don't spawn an jobs.
This patch attempts to make this more clear by changing "time in
queue" to "total subjobs time in queue". Suggestions are welcome.1 parent 5bc00fa commit ab9912a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | | - | |
| 1060 | + | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
| |||
0 commit comments