Skip to content

Commit a73dc80

Browse files
committed
Failing jobs shouldn’t log as an error
1 parent 2496917 commit a73dc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/platform/zodWorker.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ export class ZodWorker<TMessageCatalog extends MessageCatalogSchema> {
578578
}
579579

580580
if (job.attempts >= job.max_attempts) {
581-
logger.error("Job failed after max attempts", {
581+
logger.debug("Job failed after max attempts", {
582582
job,
583583
attempts: job.attempts,
584584
max_attempts: job.max_attempts,

0 commit comments

Comments
 (0)