mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Send views in a dedicated queue
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user