summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/DbQueueProcessorsService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: queueing bulk follow/unfollow and block/unblock (#10544)Namekuji2023-04-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+0
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat: make possible to export favorited notessyuilo2023-01-011-1/+4
| | | | #9331
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+2
|
* fix type errorssyuilo2022-09-241-20/+14
|
* fixessyuilo2022-09-231-1/+1
|
* fix import typesyuilo2022-09-211-1/+1
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+63