Send views in a dedicated queue

This commit is contained in:
Chocobozzz
2022-06-17 14:08:13 +02:00
parent 3396e65345
commit f27b7a750f
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'