mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 04:50:13 +02:00
web/ProcessingQueueItem: remove strict progress step marker
cuz workers can run out of order & concurrently now
This commit is contained in:
parent
9452a8d8fe
commit
ae8eee099f
@ -109,14 +109,7 @@
|
||||
});
|
||||
|
||||
if (firstUnstarted) {
|
||||
const starting = $t(`queue.state.starting.${firstUnstarted.worker}`);
|
||||
|
||||
if (info.pipeline.length > 1) {
|
||||
const currentPipeline = info.completedWorkers.size + 1;
|
||||
return `${starting} (${currentPipeline}/${info.pipeline.length})`;
|
||||
}
|
||||
|
||||
return starting;
|
||||
return $t(`queue.state.starting.${firstUnstarted.worker}`);
|
||||
}
|
||||
|
||||
return $t("queue.state.starting");
|
||||
|
Loading…
x
Reference in New Issue
Block a user