summaryrefslogtreecommitdiff
path: root/packages/backend/src/boot/common.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Revert "Synchronize server startup"Hazelnoot2024-12-191-9/+8
| | | | This reverts commit ffbdfa912388c705ac288b68f45aa31fc9e75c40.
* 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
|
* Revert "fix: start only one instance of ChartManagementService scheduled job"dakkar2024-06-181-0/+1
| | | | This reverts commit 2532fea702e185aa8a7b98f167535cd679da34bc.
* fix: start only one instance of ChartManagementService scheduled jobfEmber2024-05-301-1/+0
|
* (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
|
* fix(backend): Misskeyのバックエンドプロセスが終了しないsyuilo2023-10-091-2/+0
| | | | Resolve #10995
* feat: passkey support (#11804)syuilo2023-09-081-2/+0
| | | https://github.com/MisskeyIO/misskey/pull/149
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): テスト時は一部のサービスを停止syuilo2023-05-101-4/+6
|
* fix(test): ジョブキューをテストが終わったら停止するようにsyuilo2023-05-091-0/+2
| | | | Fix #10802 ?
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert 1c5291f8185651c231903129ee7c1cee263f9f03 * APIテストの復活 * apiテストの移行 * moduleNameMapper修正 * simpleGetでthrowしないように status確認しているので要らない * longer timeout * ローカルでは問題ないのになんで * case sensitive * Run Nest instance within the current process * Skip some setIntervals * wait for 5 seconds * kill them all!! * logHeapUsage: true * detectOpenHandlesがじゃましているらしい * maxWorkers=1? * restore drive api tests * workerIdleMemoryLimit: 500MB * 1024MiB * Wait what
* enhance(server): onlyServer / onlyQueue オプションを復活syuilo2023-01-231-0/+35