[SOTA] Evaluate Huey as task queue for distributed agent dispatch #415
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From SOTA research Q2 2026.
Huey (5.9K★) — lightweight Python task queue with SQLite backend. Minimal RAM. Perfect for 3 VPSes + Mac coordination.
Our orchestrator.py runs on cron every 15 min. Huey would make it event-driven: issue assigned → task queued → agent picks up → result tracked. Real-time dispatch instead of polling.
Acceptance Criteria