Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure job cancellation selection holds a lock (#67)
Since we select and then update a set of tasks in a transaction in order to cancel pending tasks relative to a given job, we should also hold a lock over that selection via `for update`.
- Loading branch information