>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #794
Update issue details
Title *
Description
Root Cause: get_jumper_client() singleton caches queue_name from first call, ignores subsequent. When /retry endpoint called for workflow on highway_internal queue, singleton initialized with that queue. All subsequent submissions used contaminated singleton routing to highway_internal. Impact: Production workflows after 18:14 on 2025-01-02 went to highway_internal instead of highway_default. Fix: Per-queue singletons using dict[queue_name, JumperClient].
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