Revert "feat: increase fetchRepoContributors max retry attempts"

This reverts commit c983044e11.
This commit is contained in:
2024-08-10 01:35:49 +07:00
parent a7e024e8d7
commit e097ebbff4
+2 -2
View File
@@ -61,8 +61,8 @@ export const fetchUserRepos = async (data: FetchUserRepos) => {
name: "fetchRepoContributors",
data,
opts: {
attempts: 10,
backoff: { type: "exponential", delay: 10000 },
attempts: 5,
backoff: { type: "exponential", delay: 3000 },
jobId: `contributors:${data.uri}`,
},
}))