ID Title Status Priority Created Due Date Actions
#640 Platform Bootstrap Infrastructure
Create engine/platform/ directory structure and database migration. Directory structure: - engine/p...
closed critical 2025-12-21 05:44 -
#639 Epic: Platform Bootstrap & Tenant Lifecycle
Parent epic for self-bootstrapping Highway platform. On fresh deployment, Highway bootstraps itself ...
closed critical 2025-12-21 05:44 -
#638 Priority-based rate limiting for tools
Implement priority parameter for rate limiting to allow critical operations to bypass or have higher...
closed high 2025-12-21 02:39 -
#637 Time-based capacity variations for rate limiting
Currently the schedule system only supports on/off (allowed/blocked) time windows. Need to support v...
closed medium 2025-12-21 01:31 -
#636 CRITICAL: Bulkhead timeout bypass - sync blocking causes worker freeze
## Root Cause Analysis When a sync tool (like LLM) blocks forever, it bypasses all protection layer...
closed high 2025-12-20 17:22 -
#635 Add distributed rate limiter decorator (@with_rate_limit)
Executive Summary Implement enterprise-grade rate limiting for Highway tools that combines: 1...
closed medium 2025-12-20 15:56 -
#634 Create sample app demonstrating database tool
Write pre-installed app using database tool. Test with separate postgres container. Store secrets in...
closed medium 2025-12-20 05:57 -
#633 Implement database tool with PostgreSQL support
Create tools.database.postgres: 1) Parameterized queries (SQL injection safe), 2) Transaction suppor...
closed high 2025-12-20 05:57 -
#632 Audit: Identify misplaced business logic in tools/sdk/engine/api
Audit codebase for business logic wrongly placed in core components. Tools=building blocks, SDK=thin...
closed high 2025-12-20 05:57 -
#631 Implement tools.scriptplan - Advanced Scheduling Tool
## Overview Implement tools.scriptplan as a native Highway tool for advanced scheduling using the Sc...
closed high 2025-12-19 23:16 -
#630 test_join_all_success_with_failure times out
JoinOperator test with failure branch times out after 60s. The workflow has a failing branch and use...
closed low 2025-12-19 04:54 -
#629 Sandbox containers can't reach host.docker.internal API
Python sandbox containers fail to connect to the host API at host.docker.internal:7822, causing all ...
closed medium 2025-12-19 02:48 -
#628 test_durable_cron_rejects_invalid_cron expects 'failed' but gets 'cancelled'
Test expects invalid cron expression to result in 'failed' state but actually gets 'cancelled'. This...
closed low 2025-12-19 02:34 -
#627 test_idempotent_payment_prevents_double_charge times out
Workflow events did not stabilize within 30 seconds. The first payment completes successfully but th...
closed low 2025-12-19 02:34 -
#626 AbsurdSleepError from wait_for_parallel_branches incorrectly treated as task failure
In demo-matrix tests, wait_for_parallel_branches calls throw AbsurdSleepError which should suspend t...
closed high 2025-12-19 02:19 -
#625 Architectural: Don't hold DB transaction during long task execution
**Current Behavior:** The inline_executor creates a SAVEPOINT before task execution (line 1560-1562)...
closed medium 2025-12-19 00:11 -
#624 Cython optimization: inline_executor.py execute_workflow_graph()
**Target:** engine/interpreters/inline_executor.py - execute_workflow_graph() and related methods *...
closed high 2025-12-19 00:08 -
#623 Cython optimization: apps/executor.py _sanitize_for_log()
**Target:** engine/apps/executor.py - _sanitize_for_log() method **Expected Gain:** 30-40% **Bottl...
closed high 2025-12-19 00:08 -
#622 Cython optimization: secure_logging.py SensitiveDataFilter.filter()
**Target:** engine/utils/secure_logging.py - SensitiveDataFilter.filter() method **Expected Gain:**...
closed high 2025-12-19 00:08 -
#621 Cython: Optimize workflow validator
Convert WorkflowCodeValidator in compiler/validator.py to Cython. AST traversal on workflow submissi...
closed low 2025-12-18 21:52 -
Previous Page 10 of 40 Next