Expand description
Postgres-backed task queue implementation.
Implements TaskQueue semantics over the task_queue table from migration
0001_init.sql. Claiming uses FOR UPDATE SKIP LOCKED to avoid workers
contending on the same pending rows.
Structsยง
- Postgres
Task Queue - Postgres-backed queue implementation.