]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/debug.model.ts
Move to bullmq
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
index 7ceff91372a9210e7ba8684661aa751b1bee1f1e..223d233622eb081e8d1a793c251af82d23a12789 100644 (file)
@@ -1,7 +1,8 @@
 export interface Debug {
   ip: string
+  activityPubMessagesWaiting: number
 }
 
 export interface SendDebugCommand {
-  command: 'remove-dandling-resumable-uploads'
+  command: 'remove-dandling-resumable-uploads' | 'process-video-views-buffer' | 'process-video-viewers'
 }