Skip to content

Commit a7895b0

Browse files
committed
Update expireEnqueuedRun.server.ts
1 parent 77e8711 commit a7895b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/services/expireEnqueuedRun.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class ExpireEnqueuedRunService extends BaseService {
1414
return await workerQueue.enqueue(
1515
"v3.expireRun",
1616
{ runId },
17-
{ runAt, jobKey: `v3.expireRun:${runId}` }
17+
{ runAt, jobKey: `v3.expireRun:${runId}`, tx }
1818
);
1919
}
2020

0 commit comments

Comments
 (0)