-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise a clearer exception when a concurrency slot is tried to claim w…
…ith a priority outside of the valid range (#25172) ## Summary & Motivation the column is stored as a postgres Integer, so trying to set a priority that is too high will fail. ## How I Tested These Changes BK ## Changelog - [x] `NEW` Raise a clearer error message when a concurrency slot is claimed with a priority that is too large.
- Loading branch information
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters