queueueueue

This commit is contained in:
Lily Miller
2025-10-09 16:44:48 -06:00
parent 782dce4b2d
commit b96a2bb703
3 changed files with 39 additions and 0 deletions

View File

@@ -725,6 +725,11 @@ class MachaOrchestrator:
git_context=self.git_context if hasattr(self, 'git_context') else None
)
# Check if analysis was skipped due to queue already being busy
if isinstance(analysis, str) and "already in progress" in analysis.lower():
self._log("⏭️ Analysis skipped - autonomous check already in queue")
return
self._log(f"\n{'='*60}")
self._log("AI ANALYSIS RESULTS")
self._log(f"{'='*60}")