summaryrefslogtreecommitdiff
path: root/packages/backend/src/boot/entry.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unused console logging fallbacksHazelnoot2025-07-271-25/+5
|
* use logger instead of console for uncaughtException debug linesHazelnoot2025-07-271-2/+2
|
* add workarounds for node-fetch crashesHazelnoot2025-07-271-2/+20
|
* add additional process exit loggersHazelnoot2025-06-121-1/+19
|
* use uncaughtExceptionMonitor instead uncaughtExceptionHazelnoot2025-06-121-4/+4
|
* reduce, clarify, and normalize more error messagesHazelnoot2025-06-061-4/+12
|
* merge upstream 2025-02-03Hazelnoot2025-02-031-5/+13
|\
| * fix(backend): disableClustering設定時の初期化ロジックを調整 ↵おさむのひと2025-01-071-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | (#15224) * fix(backend): disableClustering設定時の初期化ロジックを調整 * onlyServer かつ enableCluster な場合、メインプロセスでlistenするとワーカープロセス側のlistenと衝突するため、メインプロセスはforkのみに制限する(listenしない) * ログの追加 * fix CHANGELOG.md * fix comment
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-1/+1
|\|
| * lint fixessyuilo2024-06-061-1/+1
| |
* | Merge remote-tracking branch 'misskey/release/2024.5.0' into futuredakkar2024-05-311-0/+3
|\|
| * feat(backend): add /healthz endpoint (#13834)Acid Chicken2024-05-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): add /healthz endpoint * feat(backend): also check meilisearch status if available * style: header * chore: no-store * chore: healthcheck.sh * style: format
* | fix: don't create duplicate workers when clustering is disabledfEmber2024-05-301-1/+1
| |
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | Wrap entry into async functionApril John2023-10-071-46/+49
|/
* update deps (#11820)syuilo2023-09-151-0/+86
* update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip