do not carry over previous batch id when blocking with waitpoint
🚀 Publish Trigger.dev Docker / units (push) Failing after 10m41s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 10m41s
🚀 Publish Trigger.dev Docker / publish-webapp (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-worker (push) Has been skipped

This commit is contained in:
nicktrn
2025-04-16 09:36:26 +01:00
parent 9ce436e756
commit 89ac144340
@@ -422,7 +422,8 @@ export class WaitpointSystem {
environmentType: snapshot.environmentType,
projectId: snapshot.projectId,
organizationId: snapshot.organizationId,
batchId: batch?.id ?? snapshot.batchId ?? undefined,
// Do NOT carry over the batchId from the previous snapshot
batchId: batch?.id,
workerId,
runnerId,
});