mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(federation): 🐛 Show error for inbox failures
This commit is contained in:
parent
d527947182
commit
50ebc12783
2 changed files with 3 additions and 3 deletions
|
|
@ -204,5 +204,5 @@ export const inboxWorker = new Worker<InboxJobData, Response, InboxJobType>(
|
|||
}
|
||||
}
|
||||
},
|
||||
{ connection },
|
||||
{ connection, removeOnComplete: { count: 0 } },
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue