mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +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) {
|
||||
itemDone(task.id, finalFile);
|
||||
} else {
|
||||
itemError(task.id, task.runningWorker, "no final file");
|
||||
itemError(task.id, task.runningWorker, "queue.no_final_file");
|
||||
}
|
||||
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user