timgit / pg-boss

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

boss.start() returns undefined if it's already started #466

Closed petesimard closed 3 months ago

petesimard commented 3 months ago

After updating my code no longer worked after the first request. I think this is due to the start() function returning undefined if it's already been started.

timgit commented 3 months ago

Fixed in 10.0.1