mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/task-manager/scheduler: proper error code
This commit is contained in:
parent
4a6f159e06
commit
50746be9bf
@ -44,7 +44,7 @@ export const schedule = () => {
|
|||||||
if (finalFile) {
|
if (finalFile) {
|
||||||
itemDone(task.id, finalFile);
|
itemDone(task.id, finalFile);
|
||||||
} else {
|
} else {
|
||||||
itemError(task.id, task.runningWorker, "no final file");
|
itemError(task.id, task.runningWorker, "queue.no_final_file");
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user