Skip to content

Commit

Permalink
fix: アカウント削除の再実行を行う
Browse files Browse the repository at this point in the history
  • Loading branch information
nacika-ins committed May 17, 2024
1 parent d3ddc83 commit 119101c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/core/QueueService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export class QueueService {
}, {
removeOnComplete: true,
removeOnFail: false,
attempts: 10,
});
}

Expand Down

0 comments on commit 119101c

Please sign in to comment.