Add missing Oban job for attachments_cleanup

This commit is contained in:
Mark Felder 2020-02-13 11:49:19 -06:00
parent 1c52cf933f
commit aac7f30eb2
1 changed files with 7 additions and 0 deletions

View File

@ -1986,6 +1986,7 @@
"Background jobs queues (keys: queues, values: max numbers of concurrent jobs)",
suggestions: [
activity_expiration: 10,
attachments_cleanup: 5,
background: 5,
federator_incoming: 50,
federator_outgoing: 50,
@ -2001,6 +2002,12 @@
description: "Activity expiration queue",
suggestions: [10]
},
%{
key: :attachments_cleanup,
type: :integer,
description: "Attachment deletion queue",
suggestions: [5]
},
%{
key: :background,
type: :integer,