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:
parent
3396e65345
commit
f27b7a750f
6 changed files with 24 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue