We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae1a34 commit 9905b78Copy full SHA for 9905b78
1 file changed
services/apps/git_integration/src/crowdgit/services/commit/commit_service.py
@@ -673,11 +673,11 @@ async def _process_activities_from_commits(
673
gc.collect()
674
675
logger.info(f"Actual number of commits to be processed: {len(commit_texts)}")
676
-
+
677
# Update total_commits metric
678
if self._metrics_context:
679
self._metrics_context["total_commits"] += len(commit_texts)
680
681
if len(commit_texts) == 0:
682
self.logger.info("No commits to be processed")
683
return
0 commit comments