riverqueue / river

Fast and reliable background jobs in Go
https://riverqueue.com
Mozilla Public License 2.0
2.86k stars 68 forks source link

add JobDelete / JobDeleteTx APIs to Client #390

Closed bgentry closed 1 month ago

bgentry commented 1 month ago

This adds new APIs to permanently delete a job from the job table, so long as it is not currently running.

bgentry commented 1 month ago

Also fixed another flaky test with the same cause as #391.