From da19c68939e8d51fb04c4ece30e9747aac47238b Mon Sep 17 00:00:00 2001 From: ThomasCardin Date: Wed, 11 Dec 2024 09:59:36 -0500 Subject: [PATCH] issue #70: limit nb workers --- github-metrics/github_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-metrics/github_metrics.py b/github-metrics/github_metrics.py index 89e73ee..c9068a7 100644 --- a/github-metrics/github_metrics.py +++ b/github-metrics/github_metrics.py @@ -13,7 +13,7 @@ EST = pytz.timezone('America/Toronto') ANY = '*' ORGANIZATION_NAME = 'ai-cfia' -MAX_WORKERS = 10 +MAX_WORKERS = 8 def collect_user_data(member, repos, start_date, end_date, selected_repository): username = member.login