aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Limit associations fetch when loading tokenChocobozzz2018-09-201-7/+0
|
* Move youtubeDL upgrader in helpers/Chocobozzz2018-09-191-56/+4
|
* 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
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-162-32/+41
|
* Add ability to remove a video importChocobozzz2018-08-061-1/+1
|
* Auto update youtube-dlChocobozzz2018-08-061-0/+72
|
* Fix publishedAt after a scheduled updateChocobozzz2018-07-241-2/+3
|
* Create webtorrent client on player loadChocobozzz2018-06-181-2/+0
| | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+3
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-144-3/+73
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Don't fail on upload if we cannot generate thumbnailChocobozzz2018-02-272-2/+4
|
* Add logs for schedulerChocobozzz2018-02-272-0/+5
|
* 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.
* Add scores to follows and remove bad onesChocobozzz2018-01-112-0/+40