Clear Filters
ID Title Status Priority Created Due Date Actions
#718 Branch tasks now inherit retry policy from ParallelOperator
Fixed branch execution tasks to inherit max_attempts and retry_strategy from the ParallelOperator's ...
closed high 2025-12-26 23:58 -
#717 Branch tasks now retry on worker crash
Fixed branch execution tasks to have max_attempts=3 with exponential backoff (10s, 30s). Previously ...
closed high 2025-12-26 23:53 -
#716 Skip propagation bug in switch/condition operators
When switch/condition marks unselected branches as executed, downstream tasks depending on skipped b...
closed high 2025-12-26 16:17 -
#715 BUG: python_task.py swallows AbsurdSleepError in sandbox fallback path
In engine/tools/python_task.py lines 373-376, the except Exception block catches AbsurdSleepError wh...
closed critical 2025-12-26 00:06 -
#714 Add generic configurable update handler tool
Current state: The tools.testing.update_handler is hardcoded to handle 'approve_request' updates wit...
closed high 2025-12-25 21:46 -
#713 ReflexiveOperator completes workflow before activity finishes
ReflexiveOperator calls execute_activity_operator which is queue-only, but doesn't wait for the acti...
closed high 2025-12-25 21:02 -
#711 CFG-01: No schema validation for configuration
Location: engine/config.py. Issue: ConfigParser used without schema validation. No type/range/requir...
closed high 2025-12-25 02:56 -
#710 VAL-05: JoinOperator join_tasks not validated
Location: highway_dsl/workflow_dsl.py. Issue: JoinOperator.join_tasks references not validated again...
closed high 2025-12-25 02:56 -
#708 RETRY-01: No jitter in Absurd retry delays
Location: a_absurd.sql:639-654. Issue: Retry delays calculated without jitter. Causes thundering her...
closed high 2025-12-25 02:56 -
#707 ERR-02: Non-deterministic time.sleep() inside transaction
Location: operators.py:247-262. Issue: Inline retry uses time.sleep() holding DB connection open. Vi...
closed high 2025-12-25 02:56 -
#706 ERR-01: _fail_run exceptions logged but not propagated
Location: orchestrator.py:1198-1199. Issue: Fatal failure to log a run failure only logged, not esca...
closed high 2025-12-25 02:56 -
#705 OBS-03: No trace export to Jaeger/Zipkin
Location: engine/utils/tracing.py. Issue: W3C Trace Context implemented but traces only logged to st...
closed high 2025-12-25 02:56 -
#704 OBS-02: No Prometheus metrics endpoint
Location: Not implemented. Issue: Cannot build Grafana dashboards or set up Prometheus alerting. Met...
closed high 2025-12-25 02:56 -
#701 SEC-05: Shell command injection mitigation incomplete
Location: shell_command.py:60-83. Issue: While shlex.quote() used for variables, base command passed...
closed high 2025-12-25 02:56 -
#700 SEC-04: exec() used for dynamic code with bypass paths
Location: python_task.py:266, code_loader.py:668, app_runner.py:125. Issue: System uses exec() for u...
closed high 2025-12-25 02:56 -
#697 WFL-01: Workflow pause/resume not implemented
Location: API missing. Issue: RBAC permissions exist for pause_workflows and resume_workflows but no...
closed critical 2025-12-25 02:56 -
#696 OBS-01: No system-level alerting for worker failures
Location: Not implemented. Issue: If workers crash at 2 AM, no notification to on-call engineers. No...
closed critical 2025-12-25 02:56 -
#695 APP-02: Playwright import allows uncontained browser automation
Location: code_loader.py:332. Issue: Playwright can spawn browser processes that bypass multiprocess...
closed critical 2025-12-25 02:56 -
#694 APP-01: No resource limits on app child processes
Location: executor.py:462. Issue: multiprocessing.Process spawned without CPU/memory/file descriptor...
closed critical 2025-12-25 02:56 -
#693 CLI-02: Missing workflow cancel/reset/signal/describe/list commands
Location: engine/cli/. Issue: Missing essential CLI operations for incident response: cancel, reset,...
closed critical 2025-12-25 02:55 -
Previous Page 2 of 32 Next