rdev/internal/worker
jordan 910bcb62e1 fix: Sync build audit with work queue when stale tasks are requeued
When a worker dies mid-build, queue maintenance now updates both
work_queue and build_audit tables when requeuing stale tasks.
This prevents builds from showing "running" forever in the API.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 02:07:52 -07:00
..
build_executor.go feat: Complete Claude endpoint and update cookbook 2026-01-29 21:25:29 -07:00
git_operations_test.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
git_operations.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00
mock_test.go fix: Sync build audit with work queue when stale tasks are requeued 2026-01-31 02:07:52 -07:00
queue_maintenance_test.go fix: Sync build audit with work queue when stale tasks are requeued 2026-01-31 02:07:52 -07:00
queue_maintenance.go fix: Sync build audit with work queue when stale tasks are requeued 2026-01-31 02:07:52 -07:00
queue_processor.go feat: Implement hexagonal architecture with services, webhooks, queue, and telemetry 2026-01-25 19:57:46 -07:00
work_executor_test.go feat: Complete Claude endpoint and update cookbook 2026-01-29 21:25:29 -07:00
work_executor.go feat: Add CI pipeline proxy, DNS alias management, and worker executor system 2026-01-27 21:05:28 -07:00