timgit / pg-boss

Queueing jobs in Postgres from Node.js like a boss
MIT License
2.15k stars 160 forks source link

Jobs do no run if `work` has `priority: false` #476

Closed danilofuchs closed 2 months ago

danilofuchs commented 2 months ago

We don't use priorities in our application.

When setting priority: false in work options (as announced in v10 migration guide), jobs are stuck in created state

fetch returns the list of jobs correctly