summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorModule.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-06reduce log spam from DownloadServiceHazelnoot2-9/+10
2025-06-06reduce log spam from DriveServiceHazelnoot1-15/+16
2025-06-06reduce log spam from ApDbResolverService.refetchPublicKeyForApIdHazelnoot1-7/+12
2025-06-06reduce log spam from FileInfoServiceHazelnoot1-4/+5
2025-06-06reduce log spam from SkNoteTranslationHazelnoot1-1/+0
2025-06-06remove debug logger printing entire AP object to consoleHazelnoot1-1/+0
2025-06-06reduce frontend log spam from debug messagesHazelnoot22-32/+32
2025-06-06reduce log spam from FetchInstanceMetadataService.tsHazelnoot1-7/+7
2025-06-06minimize logs from node-fetch FetchErrorsHazelnoot1-2/+2
2025-06-06record details of recursive proxy rejectionsHazelnoot1-1/+1
2025-06-06log source URL when failing resolution for a response with missing AP IDHazelnoot3-8/+11
2025-06-06clarify logs and reduce spam from RemoteUserResolveService.tsHazelnoot1-38/+12
2025-06-06avoid "unhandled rejection" errors from updatePersonHazelnoot1-3/+6
2025-06-06suppress large error messages from GotHazelnoot1-1/+5
2025-06-06reduce, clarify, and normalize more error messagesHazelnoot34-97/+114
2025-06-06render condensed errors when fetching following/followers/featured/outbox/emo...Hazelnoot1-11/+43
2025-06-06do not retry SyntaxErrorsHazelnoot1-0/+1
2025-06-06fix lint errors in ApPersonService.tsHazelnoot1-2/+1
2025-06-06add renderInlineError to serialize errors in a consistent wayHazelnoot4-36/+42
2025-06-06improve retryable error detection in ApPersonService.tsHazelnoot1-6/+11
2025-06-06remove duplicate error checking blocks from ApInboxService.tsHazelnoot1-22/+4
2025-06-06recognize FetchError as retryableHazelnoot1-1/+2
2025-06-06recognize more retryable errors when resolving actor for signature verificationHazelnoot1-5/+4
2025-06-06ensure that permanent errors always terminate the inbox jobHazelnoot1-0/+9
2025-06-06improve "condensed line" error logging in QueueProcessorService.tsHazelnoot1-1/+15
2025-06-06fix error logs and response in drive/files/create.tsHazelnoot1-2/+2
2025-06-06emit IdentifiableErrors from validator.tsHazelnoot2-4/+9
2025-06-06match attributionDomains entity to database schemaHazelnoot3-7/+21
2025-06-06create IDX_note_url over note.urlHazelnoot2-0/+17
2025-06-05additional fixes and cleanup to all note endpointsHazelnoot19-202/+282
2025-06-05fix performance regression in mentions endpointHazelnoot1-27/+43
2025-06-05fix performance regression in home timelineHazelnoot1-55/+18
2025-06-05use index when checking visibleUserIds and mentions in generateVisibilityQueryHazelnoot1-3/+30