aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/job-queue.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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.