Skip to content

Change text for "time in queue"#1563

Merged
gregorydlogan merged 1 commit intoopencast:r/18.xfrom
Arnei:improve-time-in-queue-translation
Apr 8, 2026
Merged

Change text for "time in queue"#1563
gregorydlogan merged 1 commit intoopencast:r/18.xfrom
Arnei:improve-time-in-queue-translation

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Apr 7, 2026

Originally #1396

"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.

"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.
@Arnei Arnei added the type:visual-clarity Improves UI readability label Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1563

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1563

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

This pull request is deployed at test.admin-interface.opencast.org/1563/2026-04-07_07-26-11/ .
It might take a few minutes for it to become available.

@gregorydlogan gregorydlogan self-assigned this Apr 7, 2026
@gregorydlogan gregorydlogan merged commit 35e8f9f into opencast:r/18.x Apr 8, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:visual-clarity Improves UI readability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants