summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue (follow)
Commit message (Expand)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy12 hours4-16/+16
* merge: Emit log messages with correct level (!1097)Hazelnoot2025-06-121-9/+6
|\
| * fix type errors with JsonLdService and remove unused factory patternHazelnoot2025-06-091-9/+6
* | normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-091-0/+18
|/
* reduce log spam from QueueProcessorServiceHazelnoot2025-06-061-50/+78
* more use of identifiable errors, improvements to inner error rendering, and m...Hazelnoot2025-06-065-30/+15
* normalize use of .info (INFO) instead of .succ (DONE) loggingHazelnoot2025-06-0610-19/+19
* reduce log spam from import/export processesHazelnoot2025-06-0617-78/+114
* reduce log spam from AggregateRetentionProcessorServiceHazelnoot2025-06-061-1/+1
* reduce log spam from CheckModeratorsActivityProcessorServiceHazelnoot2025-06-061-3/+3
* minimize logs from node-fetch FetchErrorsHazelnoot2025-06-061-2/+2
* reduce, clarify, and normalize more error messagesHazelnoot2025-06-0617-52/+49
* add renderInlineError to serialize errors in a consistent wayHazelnoot2025-06-062-31/+5
* recognize more retryable errors when resolving actor for signature verificationHazelnoot2025-06-061-5/+4
* ensure that permanent errors always terminate the inbox jobHazelnoot2025-06-061-0/+9
* improve "condensed line" error logging in QueueProcessorService.tsHazelnoot2025-06-061-1/+15
* verify type of activity.actor before processing activityHazelnoot2025-06-031-8/+16
* allow user to be deleted if profile is missingHazelnoot2025-05-121-2/+2
* delete user registry itemsHazelnoot2025-05-121-1/+8
* don't sent account deletion notice until after it actually completesHazelnoot2025-05-121-11/+29
* add more manual steps to process account deletion in smaller chunksHazelnoot2025-05-121-7/+169
* delete user reactions before notesHazelnoot2025-05-121-31/+31
* baseQueueOptions > baseWorkerOptionsMarie2025-04-241-1/+1
* merge upstream againHazelnoot2025-04-242-10/+20
|\
| * feat: Job queue inspector (#15856)syuilo2025-04-192-10/+20
* | fix backend lint errorsHazelnoot2025-04-022-2/+2
* | lint and type fixesHazelnoot2025-04-012-3/+5
* | merge upstreamHazelnoot2025-03-254-8/+10
|\|
| * Fix: Don't delete remote emoji when import zip (#15674)Yuri Lee2025-03-191-0/+2
| * tweak error logsyuilo2025-02-171-2/+2
| * update deps (#15311)syuilo2025-02-152-6/+6
* | fix startup crash caused by circular reference (SWC is not compatible with fo...Hazelnoot2025-03-211-10/+8
* | support Announce(Activity) activitiesHazelnoot2025-03-211-2/+4
* | fix typo in activity signature mismatch errorHazelnoot2025-03-211-1/+1
* | delete scheduled notes when deleting account - fixes #936dakkar2025-02-241-1/+22
* | delete fetch logs when a note or user is deletedHazelnoot2025-02-161-0/+16
* | don't log slow activities, as this is known to happen under regular circumsta...Hazelnoot2025-02-161-8/+1
* | implement AP fetch logsHazelnoot2025-02-161-72/+10
* | rename activity_log and activity_context to ap_inbox_log and ap_contextHazelnoot2025-02-161-15/+15
* | fix activity duration calculationHazelnoot2025-02-161-10/+17
* | print warning when activity processing exceeds 10 seondsHazelnoot2025-02-161-0/+3
* | log inbound activity durationHazelnoot2025-02-161-2/+8
* | add inbound activity logger for debuggingHazelnoot2025-02-161-0/+102
* | fix import order in DeleteAccountProcessorService.tsHazelnoot2025-02-041-1/+1
* | add IdentifiableError.isRetryable to ensure that Identifiable Errors can stil...Hazelnoot2025-02-031-0/+8
* | merge upstream 2025-02-03Hazelnoot2025-02-036-27/+26
|\|
| * feat: 新カスタム絵文字管理画面(β)の追加 (#13473)おさむのひと2025-01-201-1/+4
| * refactor: WebhookDeliverJobDataのcontentフィールドの型を具体的に...Take-John2025-01-191-7/+10
| * refactor: SystemWebhook/UserWebhookの配信処理呼び出し部分の改善...おさむのひと2025-01-141-18/+8
| * enhance(backend): チャートの処理を一つずつ行うことでDBの同...かっこかり2025-01-113-33/+30