Skip to content

Commit

Permalink
fix: enable stall check again
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Nov 13, 2024
1 parent 3919b3a commit d9a2550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workers/nlmParsePDF.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const nlmParsePDF = new DiscordWorker(
throw new UnrecoverableError(`Download Failed: ${error.message}`)
}
},
{ concurrency: 1, connection: redis, skipStalledCheck: true }
{ concurrency: 1, connection: redis }
)

export default nlmParsePDF

0 comments on commit d9a2550

Please sign in to comment.