Skip to content
Snippets Groups Projects
Unverified Commit da833222 authored by Namekuji's avatar Namekuji Committed by GitHub
Browse files

feat: queueing bulk follow/unfollow and block/unblock (#10544)


* 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: default avatartamaina <tamaina@hotmail.co.jp>
parent b463490d
No related branches found
No related tags found
No related merge requests found
Showing
with 342 additions and 144 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment