timgit / pg-boss

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

feat: add deleteQueue option #437

Closed Eomm closed 3 months ago

Eomm commented 9 months ago

The deleteQueue method already supports this "secret" feature (that I need 😄).

Just adding documentation and a test

Eomm commented 6 months ago

Friendly ping

immensespace commented 6 months ago

Thanks for this, I had a bug where I thought deleteQueue was deleting everything, but it missed the active jobs that ended up retrying.

So appreciate you for taking the time!

Eomm commented 5 months ago

@timgit any chance to get a PR review? 🙏🏼

timgit commented 4 months ago

Please review the latest behavior in the v10 beta