Skip to content

Commit

Permalink
fix processorfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav Gautam authored and Abhinav Gautam committed Oct 8, 2024
1 parent 966275c commit 5ffcd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/queue-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ checkQueueHealth(queue).then(jobCounts => {
});


const processorFile = path.join(__dirname, 'my_procesor.js');
const processorFile = path.join(__dirname, 'sandbox_worker.js');

function createSandboxedWorker() {
return new Worker('pdfQueue', processorFile,{
Expand Down

0 comments on commit 5ffcd6a

Please sign in to comment.