summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorModule.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* enhance(backend): graceful shutdown for job queue and refactorsyuilo2023-05-101-8/+0
|
* feat: アンテナのエクスポート・インポート (#10754)Chocolate Pie2023-05-061-0/+4
| | | | | | | | | | | | | | | | | | | * feat: アンテナのエクスポートに対応 (misskey-dev/misskey#10690) * feat: アンテナのインポートに対応 (misskey-dev/misskey#10690) * fix: タイポを修正 * feat: ユーザーリストをサポート * fix: バグを直した * fix: バグを直した * fix: 適当に決めた変数名を変更 * fix * fix: 変数の変更、リファクタリング
* feat: queueing bulk follow/unfollow and block/unblock (#10544)Namekuji2023-04-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wrap follow/unfollow and block/unblock as job queue * create import job to follow in each iteration * make relationship jobs concurrent * replace to job queue if called repeatedly * use addBulk to import * omit stream when importing * fix job caller * use ThinUser instead of User to reduce redis memory consumption * createImportFollowingToDbJobの呼び出し方を変える, 型補強 * Force ThinUser * オブジェクト操作のみのメソッド名はgenerate...Data * Force ThinUser in generateRelationshipJobData * silent bulk unfollow at admin api endpoint --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance(server): separate job queue process (#9662)syuilo2023-01-211-0/+2
| | | | | * enhance(server): separate job queue process * add commands for build with swc
* feat: make possible to export favorited notessyuilo2023-01-011-0/+2
| | | | #9331
* feat: introduce retention-rate aggregationsyuilo2022-12-251-0/+2
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+72