summaryrefslogtreecommitdiff
path: root/packages/backend/src/boot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy21 hours1-1/+1
|
* 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
|
* normalize use of .info (INFO) instead of .succ (DONE) loggingHazelnoot2025-06-061-6/+6
|
* reduce, clarify, and normalize more error messagesHazelnoot2025-06-062-5/+13
|
* add `logging.verbose` option to enable debug logging in production. (same ↵Hazelnoot2025-05-081-1/+1
| | | | function as `MK_VERBOSE` environment variable)
* rename activity_log and activity_context to ap_inbox_log and ap_contextHazelnoot2025-02-161-2/+2
|
* add inbound activity logger for debuggingHazelnoot2025-02-161-0/+2
|
* Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-111-1/+3
|\
| * make the listen address configurable - fixes #927dakkar2025-02-101-1/+3
| | | | | | | | sadly `fastify.listen` doesn't support passing more than 1 address
* | print an error when booting with both MK_ONLY_SERVER and MK_ONLY_QUEUE setHazelnoot2025-02-071-2/+7
| |
* | remove unused meta.version callHazelnoot2025-02-041-1/+0
| |
* | merge upstream 2025-02-03Hazelnoot2025-02-032-16/+35
|\ \ | |/ |/|
| * fix(backend): ↵おさむのひと2025-01-271-2/+1
| | | | | | | | デフォルト起動時のメインプロセスはHTTPサーバモジュールのみ読み込む (#15355)
| * fix(backend): disableClustering設定時の初期化ロジックを調整 ↵おさむのひと2025-01-072-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | (#15224) * fix(backend): disableClustering設定時の初期化ロジックを調整 * onlyServer かつ enableCluster な場合、メインプロセスでlistenするとワーカープロセス側のlistenと衝突するため、メインプロセスはforkのみに制限する(listenしない) * ログの追加 * fix CHANGELOG.md * fix comment
* | merge: Revert "Synchronize server startup" (!831)dakkar2024-12-211-9/+8
|\ \ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/831 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Charlotte <timo.herngreen@gmail.com>
| * | Revert "Synchronize server startup"Hazelnoot2024-12-191-9/+8
| | | | | | | | | | | | This reverts commit ffbdfa912388c705ac288b68f45aa31fc9e75c40.
* | | merge: Fix the ascii art (!835)Hazelnoot2024-12-201-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/835 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Hazelnoot <acomputerdog@gmail.com>
| * | | Fix the ascii artCenTdemeern12024-12-201-4/+4
| |/ / | | | | | | | | | I should really make a new one from scratch sometime
* | | Update file worker.tsKio!2024-12-191-0/+1
| | |
* | | Update file worker.tsKio!2024-12-191-0/+1
| | |
* | | Add missing imports before Dakkar can mention itKio!2024-12-191-0/+3
| | |
* | | Add Meta, oopsKio!2024-12-191-0/+1
| | |
* | | Add Release version to sentry loggingKio!2024-12-192-0/+6
|/ /
* | Synchronize server startupHazelnoot2024-12-081-8/+9
| | | | | | | | This prevents an edge case where the server begins processing inbound API / AP requests before any of the chart / management daemons are ready, potentially leading to incorrect chart statistics.
* | restore functionality of `MK_NO_DAEMONS` optionHazelnoot2024-12-061-0/+3
| |
* | chore: update donation links in backend and frontendMarie2024-09-061-1/+1
| |
* | Merge branch 'develop' into feature/misskey-2024.07dakkar2024-08-061-1/+9
|\ \ | | | | | | | | | fixing conflicts in `package.json`
| * | ignore cpuCount when it's 0 - fixes #586dakkar2024-07-211-8/+7
| | | | | | | | | | | | seems more useful this way
| * | error out when we can't spawn workers - fixes #586dakkar2024-07-211-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Setting `clusterLimit` to 0 means no workers are started, which usually breaks things. Also, some "hardening" things may prevent node from seeing how many CPUs the machine has, which has the same effect. With this commit we provide hopefully-useful error messages.
* | | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-023-2/+25
|\ \ \ | |/ / |/| / | |/
| * lint fixessyuilo2024-06-061-1/+1
| |
| * enhance(backend): improve sentry integrationsyuilo2024-06-061-0/+23
| |
| * fixsyuilo2024-06-061-1/+1
| |
* | merge: Revert "fix: start only one instance of ChartManagementService ↵dakkar2024-06-181-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | scheduled job" (!555) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/555 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: fEmber <acomputerdog@gmail.com>
| * | Revert "fix: start only one instance of ChartManagementService scheduled job"dakkar2024-06-181-0/+1
| | | | | | | | | | | | This reverts commit 2532fea702e185aa8a7b98f167535cd679da34bc.
* | | Merge remote-tracking branch 'misskey/release/2024.5.0' into futuredakkar2024-05-313-0/+29
|\ \ \ | |/ / |/| / | |/
| * feat: sentry integration (#13897)syuilo2024-05-281-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts
| * feat(backend): add /healthz endpoint (#13834)Acid Chicken2024-05-232-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): add /healthz endpoint * feat(backend): also check meilisearch status if available * style: header * chore: no-store * chore: healthcheck.sh * style: format
* | merge: fix: start only one instance of ChartManagementService scheduled job ↵fEmber2024-05-301-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | (!514) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/514 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <marie@kaifa.ch>
| * | fix: start only one instance of ChartManagementService scheduled jobfEmber2024-05-301-1/+0
| | |
* | | fix: don't create duplicate workers when clustering is disabledfEmber2024-05-301-1/+1
|/ /
* | merge: upstreamMarie2024-02-194-4/+4
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-134-4/+4
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-134-4/+4
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-124-4/+4
| |
* | merge: all upstream changesMar0xy2023-10-131-2/+0
|\|