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 0137a97 commit 3981c5dCopy full SHA for 3981c5d
packages/trigger-sdk/src/v3/shared.ts
@@ -1073,6 +1073,7 @@ export async function batchTrigger<TTask extends AnyTask>(
1073
idempotencyKey: await makeKey(item.options?.idempotencyKey),
1074
delay: item.options?.delay,
1075
ttl: item.options?.ttl,
1076
+ tags: item.options?.tags,
1077
maxAttempts: item.options?.maxAttempts,
1078
},
1079
};
0 commit comments