>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #478
Update issue details
Title *
Description
engine/tools/registry.py:205-211 _ensure_lazy_tools() has race condition: ```python if not self._lazy_loaded: # CHECK from engine.tools.workflow_branch_executor import ... self.register(...) self._lazy_loaded = True # USE ``` Race: Two threads can import and register simultaneously. FIX: Add threading.Lock with double-check locking.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel