[SOTA] Evaluate Huey as task queue for distributed agent dispatch #415

Closed
opened 2026-04-08 11:20:54 +00:00 by Timmy · 0 comments
Owner

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

  • Install huey on Mac
  • Prototype: queue an issue, worker picks it up, calls llama-server
  • Test: does it work across SSH (Mac queues, VPS consumes)?
  • Compare: huey vs raw cron+scripts
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 - [ ] Install huey on Mac - [ ] Prototype: queue an issue, worker picks it up, calls llama-server - [ ] Test: does it work across SSH (Mac queues, VPS consumes)? - [ ] Compare: huey vs raw cron+scripts
Timmy self-assigned this 2026-04-08 11:20:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#415