Skip to content

Commit e3e4f2c

Browse files
committed
improve batch completion system for run engine v1
1 parent 937d0f7 commit e3e4f2c

File tree

14 files changed

+610
-308
lines changed

14 files changed

+610
-308
lines changed

apps/webapp/app/routes/api.v1.tasks.batch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const { action, loader } = createActionApiRoute(
118118
return json({ error: error.message }, { status: 422 });
119119
} else if (error instanceof Error) {
120120
return json(
121-
{ error: error.message },
121+
{ error: "Something went wrong" },
122122
{ status: 500, headers: { "x-should-retry": "false" } }
123123
);
124124
}

0 commit comments

Comments
 (0)