>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #188
Update issue details
Title *
Description
The test_successful_update_processing test in tests/integration/test_update_api.py fails with a 408 timeout: ``` AssertionError: Update failed: { "error": "Update 'approve_request' did not complete within 30s", "status": "TIMEOUT" } assert 408 == 200 ``` The test submits a workflow that waits for an update signal, then sends the update via API. The update is not being processed within the 30s timeout. Potential causes: 1. Worker not picking up the update event 2. Event routing issue between API and worker 3. Race condition in update signal handling Observed during parallel pytest run (-n 4).
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
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