aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/job-queue.ts
Commit message (Expand)AuthorAgeFilesLines
* Enable external plugins to test the PRChocobozzz2023-05-091-1/+6
* Implement remote runner jobs in serverChocobozzz2023-05-091-29/+34
* Update bullmqChocobozzz2023-02-161-32/+4
* 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
* Prevent job queue to be started before pluginsChocobozzz2022-09-141-10/+27
* Use worker thread to send HTTP requestsChocobozzz2022-09-081-3/+3
* Don't crash on redis connection errorChocobozzz2022-08-111-7/+17
* Channel sync (#5135)Florent2022-08-101-4/+15
* 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
* 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
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-1/+7
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+2
* esModuleInterop to trueChocobozzz2021-08-271-7/+7
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-4/+9
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+10
* Fix broken local actorsChocobozzz2021-02-261-0/+5
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-2/+10
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+2
* 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