Clear Filters
ID Title Status Priority Created Due Date Actions
#140 [highway-api] Remove RBAC disable option - enforce auth always
Remove RBAC_ENABLED, RBAC_REQUIRE_AUTH, and RBAC_DEV_USER options. RBAC must always be enabled with ...
closed high 2025-11-27 20:06 -
#138 Add API token login option to login page
Enable login via API tokens in addition to regular JWT. Add API token input field to login page.
closed high 2025-11-27 19:40 -
#134 Implement Worker Registration and Capacity Management System
Implement enterprise-grade worker registration where workers: 1. Ping DB every 30 seconds announcing...
closed high 2025-11-27 09:23 -
#133 Add health_metrics API endpoint with tenant awareness
Create /api/v1/health/metrics endpoint that exposes the health_metrics.sql query. Must be tenant-awa...
closed high 2025-11-27 07:58 -
#132 Create health_metrics.sql query for disruption resilience monitoring
Create a comprehensive SQL query in engine/sql/queries/health_metrics.sql that provides real-time he...
closed high 2025-11-27 07:41 -
#130 Add disruption resilience test to prevent SQL-bypass regression
Create a test that specifically validates the SQL-path bypass scenario doesn't regress. The test sh...
closed high 2025-11-27 06:53 -
#129 AUDIT: Find all SQL-path bypasses that skip Python layer updates
During disruption testing, we discovered that when absurd.fail_run() is called directly from SQL (e....
closed high 2025-11-27 06:45 -
#126 Increase max_attempts for workflow tasks - too low for disruption resilience
Increase max_attempts from 3 to 64 for workflow tasks to handle disruption scenarios. RISK ANALYSIS...
closed high 2025-11-27 06:07 -
#113 Python DSL not stored when workflow is submitted closed high 2025-11-27 03:35 -
#112 Fix mypy type errors and ruff linting issues
Run mypy and ruff checks on the codebase and fix all issues. Order of operations: 1. First fix all ...
closed high 2025-11-27 03:08 -
#111 Refactor workflow definition API endpoints for clearer DSL access
Current endpoints return both JSON and Python DSL in single response. Need separate, clearer endpoin...
closed high 2025-11-27 02:53 -
#110 Store original Python DSL definition alongside JSON workflow definition
Problem: When workflows are submitted via API, only the JSON representation is stored in workflow_de...
closed high 2025-11-27 02:28 -
#109 Missing integration tests for ActivityOperator and auto-activity conversion
Issue #104 implemented _execute_as_activity() but no tests exist to verify: 1. Basic ActivityOperato...
closed high 2025-11-27 01:16 -
#107 highway-api: /workflows/{id}/steps/logs hangs - scanning 10k+ parquet files
The endpoint iterates over all parquet files (10,946) and reads each into pandas. Fix: use pyarrow.d...
closed high 2025-11-27 00:16 -
#105 highway: Fixed duplicate activity execution - checkpoints cache bug
Root cause: ctx.checkpoints was empty dict, ctx._checkpoints_cache had actual data. Fixed in operato...
closed high 2025-11-26 23:41 -
#104 Implement _execute_as_activity() for auto-converting long-running tasks to activities
Fix dead code bug at operators.py:105. Tasks with timeout > 30s should be auto-converted to activiti...
closed high 2025-11-26 22:36 -
#102 DSL generator missing LLM tool training - call_llm() missing provider argument
DSL generator prompt not properly trained for LLM tool tasks. Generated workflow returned error: cal...
closed high 2025-11-26 21:20 -
#101 HIGH: AbsurdClient max_attempts defaults to 1 (no retry)
absurd_client.py:132 - max_attempts ALWAYS set, defaulting to 1 if not provided. Prevents unintended...
closed high 2025-11-26 20:52 -
#100 HIGH: LISTEN/NOTIFY thread health monitoring with auto-restart
worker.py:333 - Thread crash handling with auto-restart (up to 3 times). After 3 failures, falls bac...
closed high 2025-11-26 20:52 -
#99 HIGH: Multi-tenancy filtering enforced in all CLI queries
monitor.py:222, monitor_steps.py:152, showlogs.py:117 - All CLI modules filter by tenant_id to enfor...
closed high 2025-11-26 20:52 -
Previous Page 15 of 17 Next