Skip to content

Commit

Permalink
Fix: Prevent some attempt creation retries from causing system failur…
Browse files Browse the repository at this point in the history
…es (#1550)
  • Loading branch information
nicktrn authored Dec 11, 2024
1 parent 30ea5eb commit 2e4a630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/webapp/app/v3/handleSocketIo.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ function createCoordinatorNamespace(io: Server) {
const payload = await sharedQueueTasks.getExecutionPayloadFromAttempt({
id: attempt.id,
setToExecuting: true,
skipStatusChecks: true,
});

if (!payload) {
Expand Down

0 comments on commit 2e4a630

Please sign in to comment.