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 4c6ad3b commit 0137a97Copy full SHA for 0137a97
packages/trigger-sdk/src/v3/shared.ts
@@ -886,6 +886,7 @@ export async function trigger<TTask extends AnyTask>(
886
idempotencyKey: await makeKey(options?.idempotencyKey),
887
delay: options?.delay,
888
ttl: options?.ttl,
889
+ tags: options?.tags,
890
maxAttempts: options?.maxAttempts,
891
},
892
@@ -962,6 +963,7 @@ export async function triggerAndWait<TTask extends AnyTask>(
962
963
964
965
966
967
968
969
0 commit comments