]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/job.model.ts
Introduce experimental telemetry
[github/Chocobozzz/PeerTube.git] / shared / models / server / job.model.ts
index 073f1587291e068333ac38dd5da69f731a7abc3e..4633ab7696fa2ec11ad486b948865856c62ae023 100644 (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'