mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Use bullmq job dependency
This commit is contained in:
parent
5a921e7b74
commit
bd911b54b5
42 changed files with 314 additions and 152 deletions
|
@ -6,7 +6,7 @@ import { doRequest } from '../../../helpers/requests'
|
|||
import { ActorFollowHealthCache } from '../../actor-follow-health-cache'
|
||||
|
||||
async function processActivityPubHttpUnicast (job: Job) {
|
||||
logger.info('Processing ActivityPub unicast in job %d.', job.id)
|
||||
logger.info('Processing ActivityPub unicast in job %s.', job.id)
|
||||
|
||||
const payload = job.data as ActivitypubHttpUnicastPayload
|
||||
const uri = payload.uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue