aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/job-queue.ts
Commit message (Collapse)AuthorAgeFilesLines
* Enable external plugins to test the PRChocobozzz2023-05-091-1/+6
|
* Implement remote runner jobs in serverChocobozzz2023-05-091-29/+34
| | | | Move ffmpeg functions to @shared
* Update bullmqChocobozzz2023-02-161-32/+4
| | | | Requires redis >= 6.2
* Fix lintChocobozzz2023-01-091-1/+1
|
* Increase old jobs to delete per hourChocobozzz2022-11-281-2/+2
|
* Delete completed/failed jobs directly from bullmqChocobozzz2022-11-231-7/+39
|
* refactor(server): redis > ioredis (#5371)kontrollanten2022-11-141-15/+6
| | | | | | | | | | | | | | | | | | | * refactor(server): redis > ioredis * refactor(JobQueue): reuse redis connection builder * fix(redisio) * fix(redis): setValue * feat(redis): showFriendlyErrorStack * feat(redis): auto pipelining https://github.com/luin/ioredis/blob/308017a6b9429c16b074e03e70f5524499476fa9/README.md#autopipelining * dont use autopipelining for bullmq * ioredis events
* Prevent job queue to be started before pluginsChocobozzz2022-09-141-10/+27
|
* Use worker thread to send HTTP requestsChocobozzz2022-09-081-3/+3
| | | | Compute HTTP signature could be CPU intensive
* Don't crash on redis connection errorChocobozzz2022-08-111-7/+17
|
* Channel sync (#5135)Florent2022-08-101-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add external channel URL for channel update / creation (#754) * Disallow synchronisation if user has no video quota (#754) * More constraints serverside (#754) * Disable sync if server configuration does not allow HTTP import (#754) * Working version synchronizing videos with a job (#754) TODO: refactoring, too much code duplication * More logs and try/catch (#754) * Fix eslint error (#754) * WIP: support synchronization time change (#754) * New frontend #754 * WIP: Create sync front (#754) * Enhance UI, sync creation form (#754) * Warning message when HTTP upload is disallowed * More consistent names (#754) * Binding Front with API (#754) * Add a /me API (#754) * Improve list UI (#754) * Implement creation and deletion routes (#754) * Lint (#754) * Lint again (#754) * WIP: UI for triggering import existing videos (#754) * Implement jobs for syncing and importing channels * Don't sync videos before sync creation + avoid concurrency issue (#754) * Cleanup (#754) * Cleanup: OpenAPI + API rework (#754) * Remove dead code (#754) * Eslint (#754) * Revert the mess with whitespaces in constants.ts (#754) * Some fixes after rebase (#754) * Several fixes after PR remarks (#754) * Front + API: Rename video-channels-sync to video-channel-syncs (#754) * Allow enabling channel sync through UI (#754) * getChannelInfo (#754) * Minor fixes: openapi + model + sql (#754) * Simplified API validators (#754) * Rename MChannelSync to MChannelSyncChannel (#754) * Add command for VideoChannelSync (#754) * Use synchronization.enabled config (#754) * Check parameters test + some fixes (#754) * Fix conflict mistake (#754) * Restrict access to video channel sync list API (#754) * Start adding unit test for synchronization (#754) * Continue testing (#754) * Tests finished + convertion of job to scheduler (#754) * Add lastSyncAt field (#754) * Fix externalRemoteUrl sort + creation date not well formatted (#754) * Small fix (#754) * Factorize addYoutubeDLImport and buildVideo (#754) * Check duplicates on channel not on users (#754) * factorize thumbnail generation (#754) * Fetch error should return status 400 (#754) * Separate video-channel-import and video-channel-sync-latest (#754) * Bump DB migration version after rebase (#754) * Prettier states in UI table (#754) * Add DefaultScope in VideoChannelSyncModel (#754) * Fix audit logs (#754) * Ensure user can upload when importing channel + minor fixes (#754) * Mark synchronization as failed on exception + typos (#754) * Change REST API for importing videos into channel (#754) * Add option for fully synchronize a chnanel (#754) * Return a whole sync object on creation to avoid tricks in Front (#754) * Various remarks (#754) * Single quotes by default (#754) * Rename synchronization to video_channel_synchronization * Add check.latest_videos_count and max_per_user options (#754) * Better channel rendering in list #754 * Allow sorting with channel name and state (#754) * Add missing tests for channel imports (#754) * Prefer using a parent job for channel sync * Styling * Client styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Prevent job failure on concurrent HLS transcodingChocobozzz2022-08-091-5/+1
|
* Fix job queue testsChocobozzz2022-08-091-16/+31
|
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-8/+19
|
* Use bullmq job dependencyChocobozzz2022-08-091-15/+66
|
* Move to bullmqChocobozzz2022-08-091-56/+132
|
* 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
|