diff --git a/server/jobs/fetch-user-repos.ts b/server/jobs/fetch-user-repos.ts index 4e5d78b..9d777f6 100644 --- a/server/jobs/fetch-user-repos.ts +++ b/server/jobs/fetch-user-repos.ts @@ -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}`, }, }))