ID Title Status Priority Created Due Date Actions
#808 Fix connection registration window
orchestrator.py:488-495 - Connection registered AFTER try block begins, creating window for zombie c...
in-progress high 2026-01-02 20:50 -
Edit
#807 Fix rate limiter lease atomicity
orchestrator.py:431-469 - Rate limit consumed in separate transaction from task execution. Crash bet...
in-progress high 2026-01-02 20:50 -
Edit
#806 Standardize JumperClient to use singleton pattern
23+ locations bypass singleton pattern with direct JumperClient() calls. Need to replace with get_ju...
closed high 2026-01-02 20:50 -
#805 Review check_event race condition
check_event() in jumper_client.py:1353-1390 uses simple SELECT without locking. Another thread could...
closed critical 2026-01-02 20:50 -
#804 Add workflow_run_id to async logging task spawn
inline_executor.py:664-671 spawns logging task WITHOUT workflow_run_id parameter. Creates orphaned w...
closed critical 2026-01-02 20:50 -
#803 Fix schema mismatch for register_worker_heartbeat
Function exists in TWO schemas (highway and public) with different signatures. Migration 47 created ...
wont-do critical 2026-01-02 20:50 -
#802 jumper_client.get_run_checkpoint fallback without tenant_id
Issue E: jumper_client.py get_run_checkpoint had fallback code path that allowed checkpoint queries ...
closed medium 2026-01-02 20:23 -
#801 EventLogger missing workflow_run_id filter in sequence counter
Issue D: event_logger.py sequence counter query only filtered by jumper_run_id, not workflow_run_id....
closed medium 2026-01-02 20:23 -
#800 Missing tenant filter in replay.py workflow lookup
Issue C: Defense-in-depth - replay.py line 67 queried workflow_run without tenant_id filter. While R...
closed high 2026-01-02 20:23 -
#799 Cross-tenant data leak in activities.py list endpoint
Issue B: CRITICAL SECURITY - The activities.py list endpoint did NOT filter by tenant_id, allowing a...
closed critical 2026-01-02 20:23 -
#798 Missing highway schema prefix in code_versioning.py
Issue A: code_versioning.py lines 219 and 247 called get_code_version_hash and update_code_version_h...
closed critical 2026-01-02 20:23 -
#797 store_audit_log fails with 'data is required' in EOD workflow
Error: Task 'store_audit_log' failed after 1 attempts: data is required Symptom: The `store_audit_l...
open medium 2026-01-02 20:12 -
Edit
#796 Rate limiter function calls missing highway schema prefix
ERROR: function release_rate_token(unknown) does not exist Root cause: Python code in tenant_rate_l...
closed high 2026-01-02 20:12 -
#795 Workflow marked completed prematurely when main task yields for branches
When tools.workflow.execute completes at a fork point to spawn branches, the workflow_run status is ...
closed critical 2026-01-02 19:37 -
#794 JumperClient singleton ignores queue_name parameter causing queue contamination
Root Cause: get_jumper_client() singleton caches queue_name from first call, ignores subsequent. Whe...
closed critical 2026-01-02 19:11 -
#793 Bug Report Test Message
User submitted a placeholder bug report stating 'i have a bug, please fix it, this is a test and i h...
closed medium 2026-01-02 08:06 -
#792 Bug Report Test Message
User submitted a placeholder bug report stating 'i have a bug, please fix it, this is a test and i h...
closed medium 2026-01-02 08:06 -
#791 Schema inconsistency: tables split between public and highway schemas
Tables are inconsistently placed between schemas: - public: workflow_run, highway_lifecycle_log, hum...
closed medium 2026-01-02 07:23 -
#790 send_email fails in IPC mode - Vault SSL cert not accessible in chroot
When apps call ctx.send_email() in IPC isolation mode, the email_tool tries to fetch SMTP credential...
closed high 2026-01-02 05:47 -
#789 test_retry_exhaustion assertion failure - step_failed event leaking
Test expects 0 step_failed events after retry exhaustion (atomic rollback), but got 1. Error: 'Expec...
closed high 2026-01-02 05:15 -
Previous Page 1 of 39 Next