aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers/remove-old-jobs-scheduler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Constants consistencyChocobozzz2021-10-221-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Optimize actor follow scores modificationsChocobozzz2018-12-201-3/+3
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-0/+3
|
* Don't fail on upload if we cannot generate thumbnailChocobozzz2018-02-271-1/+2
|
* Add logs for schedulerChocobozzz2018-02-271-0/+3
|
* Move job queue to redisChocobozzz2018-01-251-0/+19
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.