timgit / pg-boss

Queueing jobs in Node.js using PostgreSQL like a boss
MIT License
1.73k stars 144 forks source link

feat: add deleteQueue option #437

Open Eomm opened 5 months ago

Eomm commented 5 months ago

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

Just adding documentation and a test

Eomm commented 2 months ago

Friendly ping

immensespace commented 1 month 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 2 weeks ago

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