aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/job-queue.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add job queue hooksChocobozzz2022-08-021-2/+6
|
* Introduce experimental telemetryChocobozzz2022-07-061-0/+6
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-171-0/+3
|\
| * Send views in a dedicated queueChocobozzz2022-06-171-0/+3
| |
* | More robust move to object storage job failureChocobozzz2022-06-161-1/+10
|/
* Reduce error logsChocobozzz2022-05-181-1/+7
|
* Rename studio to editorChocobozzz2022-03-221-5/+5
|
* Process video torrents in orderChocobozzz2022-03-161-1/+6
| | | | Prevent update before video torrent generation for example
* Add basic video editor supportChocobozzz2022-02-281-2/+7
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-0/+12
|
* Fix bull redis optionsChocobozzz2022-01-141-3/+9
|
* Refactor video viewsChocobozzz2021-11-091-6/+6
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-1/+7
| | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com>
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+2
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* esModuleInterop to trueChocobozzz2021-08-271-7/+7
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* 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