You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The dev worker handles dependency resumes and attempt completions in parallel, so we need to clear any existing ones here to prevent race conditions
Copy file name to clipboardExpand all lines: apps/webapp/app/v3/services/triggerTask.server.ts
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,28 @@ export class TriggerTaskService extends BaseService {
147
147
});
148
148
149
149
if(dependentAttempt){
150
+
if(environment.type==="DEVELOPMENT"){
151
+
// The dev worker handles dependency resumes and attempt completions in parallel, so we need to clear any existing ones here to prevent race conditions
0 commit comments