mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2025-04-28 15:39:31 +07:00
feat: increase fetchRepoContributors max retry attempts
This commit is contained in:
parent
22ea803add
commit
c983044e11
@ -61,8 +61,8 @@ export const fetchUserRepos = async (data: FetchUserRepos) => {
|
||||
name: "fetchRepoContributors",
|
||||
data,
|
||||
opts: {
|
||||
attempts: 5,
|
||||
backoff: { type: "exponential", delay: 3000 },
|
||||
attempts: 10,
|
||||
backoff: { type: "exponential", delay: 10000 },
|
||||
jobId: `contributors:${data.uri}`,
|
||||
},
|
||||
}))
|
||||
|
Loading…
x
Reference in New Issue
Block a user