queueueueue
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user