Skip to content

Commit 5977e1e

Browse files
committed
Actually lets process v1 batches async
1 parent 634c39c commit 5977e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export async function action({ request, params }: ActionFunctionArgs) {
8585
);
8686
}
8787

88-
const service = new BatchTriggerV3Service("sequential", MAX_BATCH_TRIGGER_ITEMS);
88+
const service = new BatchTriggerV3Service();
8989

9090
const traceContext =
9191
traceparent && isFromWorker // If the request is from a worker, we should pass the trace context

0 commit comments

Comments
 (0)