Skip to content

Commit

Permalink
Make queue less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Dec 20, 2023
1 parent c4b8b09 commit 399a9e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/queues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ setInterval(async () => {
logger.error(
`Failed to remove ${await job.getState()} job ${job.id}`,
err,
job,
);
}
}
Expand Down

0 comments on commit 399a9e0

Please sign in to comment.