RootCauseunvalidated
Queues must be registered in the `pgboss.queue` table before any `work()`, `send()`, or `schedule()` call references them — pg-boss v10 introduced explicit queue management. Tension: In v9 and earlier this was implicit — queues were auto-created on first use. Outcome: pg-boss v10 introduced explicit queue management.
c778832c-1924-4ed9-97e2-018ebed57d6d
Queues must be registered in the pgboss.queue table before any work(), send(), or schedule() call references them — pg-boss v10 introduced explicit queue management. Tension: In v9 and earlier this was implicit — queues were auto-created on first use. Outcome: pg-boss v10 introduced explicit queue management.