This commit is contained in:
Philipinho
2025-09-04 15:07:01 -07:00
parent 091e790b83
commit dc0650289d
3 changed files with 11 additions and 5 deletions

View File

@ -804,7 +804,7 @@ export class ImportAttachmentService {
QueueJob.ATTACHMENT_INDEX_CONTENT,
{ attachmentId },
{
attempts: 2,
attempts: 1,
backoff: {
type: 'exponential',
delay: 30 * 1000,