aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers/videos-redundancy-scheduler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move config in its own fileChocobozzz2019-04-111-3/+4
|
* Add hls support on serverChocobozzz2019-02-111-59/+130
|
* Optimize actor follow scores modificationsChocobozzz2018-12-201-8/+1
|
* Use move instead renameChocobozzz2018-12-111-2/+2
| | | | To avoid EXDEV errors
* Create redundancy endpointChocobozzz2018-12-041-2/+2
|
* Fix server redundancy testsChocobozzz2018-11-151-2/+3
|
* Check video exists before extending its expirationChocobozzz2018-10-031-18/+32
|
* Try to improve redundancy testsChocobozzz2018-10-021-0/+2
|
* Fix redundancy with specific videosChocobozzz2018-10-011-1/+1
|
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-011-3/+2
|
* Ensure video existence before duplicating itChocobozzz2018-10-011-4/+21
|
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-011-1/+1
|
* Fix redundancy totalVideos statsChocobozzz2018-09-251-1/+0
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-27/+59
|
* Remove unnecessary actor existance checkChocobozzz2018-09-211-0/+2
| | | | We already checked it in the signature checker
* Add redundancy check interval in configChocobozzz2018-09-191-7/+11
|
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-4/+2
|
* Speed up overviews routeChocobozzz2018-09-141-1/+1
|
* Add recently added redundancy strategyChocobozzz2018-09-141-27/+17
|
* Add trending videos strategyChocobozzz2018-09-141-0/+2
|
* Basic video redundancy implementationChocobozzz2018-09-131-0/+161