AntiPattern
Explicit Queue Registration Trap
explicit-queue-registration-trap
pg-boss v10 requires queues to be explicitly registered (via createQueue/pgboss.queue) before any work(), send(), or schedule() references them; otherwise the system hits FK constraints or silently drops jobs without errors.