aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/job-queue.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+10
|
* Fix broken local actorsChocobozzz2021-02-261-0/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-2/+10
|
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+2
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor jobs stateChocobozzz2020-12-141-12/+15
|
* add display of logs matching any stateRigel Kent2020-12-131-5/+8
|
* Add watch messages if live has not startedChocobozzz2020-11-091-5/+15
|
* Support logout and add id and pass testsChocobozzz2020-05-041-8/+15
|
* Avoir some circular dependenciesChocobozzz2020-05-041-11/+17
|
* Move to eslintcontainChocobozzz2020-02-031-14/+20
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-1/+0
|
* Cleanup server fixmeChocobozzz2020-01-281-2/+1
|
* Add ability to list redundanciesChocobozzz2020-01-281-5/+8
|
* Add ability to filter per job typeChocobozzz2019-12-041-4/+22
|
* Use apicache instead of our broken implementationChocobozzz2019-04-251-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-2/+2
|
* Move video file import in its own fileChocobozzz2019-03-191-6/+2
|
* Rename video-file job to video-transcodingChocobozzz2019-03-191-5/+11
|
* Optimize actor follow scores modificationsChocobozzz2018-12-201-2/+2
|
* Don't quit on queue errorChocobozzz2018-12-111-1/+0
|
* Delete invalid or deleted remote videosChocobozzz2018-11-201-2/+6
|
* Don't forward view, send updates insteadChocobozzz2018-11-151-2/+2
| | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
* Bufferize videos views in redisChocobozzz2018-08-301-4/+16
|
* Import magnets with webtorrentChocobozzz2018-08-081-7/+0
|
* Add job ttlChocobozzz2018-08-061-6/+4
|
* Correctly handle video import errorsChocobozzz2018-08-061-1/+4
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-3/+7
|
* Increase max stalled count in job queueChocobozzz2018-07-301-1/+4
|
* Graceful job queue shutdownChocobozzz2018-07-301-0/+7
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+1
|
* adding redis unix connectionRigel Kent2018-07-141-6/+2
|
* Migrate to bullChocobozzz2018-07-111-98/+80
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-0/+1
| | | | publishing a video
* Improve create import file jobChocobozzz2018-06-071-3/+3
| | | | Fix federation of .ogv videos
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-1/+3
|
* feature: db selection in redisRigel Kent2018-05-211-1/+2
| | | | resolves #579
* Add timeout and TTL to request jobsChocobozzz2018-05-091-6/+18
|
* Move server follow in the job queueChocobozzz2018-04-181-1/+4
| | | | It helps to track follow errors
* Fix error loggingChocobozzz2018-03-261-2/+2
|
* Fix typingsChocobozzz2018-02-271-3/+3
|
* Fix job panel sorting in administrationChocobozzz2018-02-271-8/+22
|
* Don't stuck on active jobsChocobozzz2018-02-121-1/+28
|
* Fix job count apiChocobozzz2018-02-081-1/+1
|
* Fix job queue apiChocobozzz2018-02-071-1/+1
|
* Fix job queue backoffChocobozzz2018-01-301-1/+1
|
* Add ability to reset our passwordChocobozzz2018-01-301-2/+7
|
* Move job queue to redisChocobozzz2018-01-251-0/+124
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.