We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634c39c commit 5977e1eCopy full SHA for 5977e1e
apps/webapp/app/routes/api.v1.tasks.$taskId.batch.ts
@@ -85,7 +85,7 @@ export async function action({ request, params }: ActionFunctionArgs) {
85
);
86
}
87
88
- const service = new BatchTriggerV3Service("sequential", MAX_BATCH_TRIGGER_ITEMS);
+ const service = new BatchTriggerV3Service();
89
90
const traceContext =
91
traceparent && isFromWorker // If the request is from a worker, we should pass the trace context
0 commit comments