Skip to content

Commit ab9912a

Browse files
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

File tree

src/i18n/org/opencastproject/adminui/languages/lang-en_US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@
10571057
"DESCRIPTION": "Description",
10581058
"EXECUTION_HOST": "Execution Host",
10591059
"JOB": "Job",
1060-
"TIME_IN_QUEUE": "Time in Queue",
1060+
"TIME_IN_QUEUE": "Total subjobs time in queue",
10611061
"STARTED": "Started",
10621062
"FINISHED": "Finished",
10631063
"RETRY_STRATEGY": "Retry Strategy",

0 commit comments

Comments
 (0)