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
🚀 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:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user