1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Send views in a dedicated queue

This commit is contained in:
Chocobozzz 2022-06-17 14:08:13 +02:00
parent 3396e65345
commit f27b7a750f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 24 additions and 5 deletions

View file

@ -9,6 +9,7 @@ export type JobState = 'active' | 'completed' | 'failed' | 'waiting' | 'delayed'
export type JobType =
| 'activitypub-http-unicast'
| 'activitypub-http-broadcast'
| 'activitypub-http-broadcast-parallel'
| 'activitypub-http-fetcher'
| 'activitypub-cleaner'
| 'activitypub-follow'