mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
- Log a warning when HasActiveTaskForIssue fails, matching the existing pattern for UpdateIssueStatus errors. Silent failures here make debugging DB issues unnecessarily difficult. - Track processed issues to skip redundant GetIssue + HasActiveTaskForIssue queries when multiple tasks for the same issue are swept in one cycle.