summaryrefslogtreecommitdiff
path: root/packages/backend/src/queue/QueueProcessorService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: queueing bulk follow/unfollow and block/unblock (#10544)Namekuji2023-04-121-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: introduce retention-rate aggregationsyuilo2022-12-251-1/+7
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+2
|
* Update QueueProcessorService.tssyuilo2022-11-111-5/+13
|
* fix import typesyuilo2022-09-211-1/+1
|
* testsyuilo2022-09-191-8/+8
|
* fix queue bugsyuilo2022-09-191-3/+3
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+141