timgit / pg-boss

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

v11 #495

Open timgit opened 2 months ago

coveralls commented 2 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 91d78a4505fdc9944c8ea75043e5ec00df78d81a on v11 into 0f282769daf825123199dfa3a1adbd55168ae423 on master.

NicolasDorier commented 1 month ago

I've check this PR for a fix to my observation on dlq_jobs in https://github.com/timgit/pg-boss/issues/501

However, dlq_jobs still isn't referenced by any CTE or main query, so I don't understand how it can even run. I really believe there is a bug there.

EDIT:

My apoligies, I misundertstood how CTE works...