aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/activitypub-http-broadcast.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reduce AP context size on specific activitiesChocobozzz2020-02-031-0/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Limit user tokens cacheChocobozzz2019-03-191-2/+1
|
* Optimize actor follow scores modificationsChocobozzz2018-12-201-1/+2
|
* Add more headers to broadcast/unicastChocobozzz2018-10-101-2/+3
|
* Migrate to bullChocobozzz2018-07-111-2/+2
|
* Add timeout and TTL to request jobsChocobozzz2018-05-091-2/+3
|
* Process broadcast requests in parallelChocobozzz2018-04-181-10/+7
|
* Add short description in configChocobozzz2018-03-151-1/+1
|
* Move job queue to redisChocobozzz2018-01-251-0/+49
We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.