Skip to content

Commit

Permalink
enh: bump retries to 10 in parents migrator (#9379)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Dec 13, 2024
1 parent d9e28bb commit 6f27585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/migrations/20241211_parents_migrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ async function migrateDocument({
parentId: newParentId,
});
},
{ retries: 3 }
{ retries: 10 }
)({});

if (updateRes.isErr()) {
Expand Down

0 comments on commit 6f27585

Please sign in to comment.