On same deadline, items queued first have priority#205
Closed
amcandio wants to merge 3 commits intoSmithay:masterfrom
amcandio:master
Closed
On same deadline, items queued first have priority#205amcandio wants to merge 3 commits intoSmithay:masterfrom amcandio:master
amcandio wants to merge 3 commits intoSmithay:masterfrom
amcandio:master
Conversation
Member
|
@amcandio Please rebase on |
Author
|
@notgull rebased! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #205 +/- ##
==========================================
+ Coverage 85.44% 86.22% +0.77%
==========================================
Files 13 15 +2
Lines 1876 2069 +193
==========================================
+ Hits 1603 1784 +181
- Misses 273 285 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Author
|
@notgull any update on this? |
Fixing punctuation
Author
|
@notgull apologies for the delay! Please let me know if further changes are needed |
Author
|
Hi! Any chance we can ship this one? Not super important but I have this old tech debt item that I could close with this feature! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When multiple are registered at the same time, those registered first should have priority to make scheduling behavior easier to predict. I don't think this should be added as documented behavior to prevent users from depending on it.
One nice to have follow up would be to start supporting custom prioritization as tie-breaker so users can define their own to handle tie-breaking. Right now users depend on tweaking expire timestamps to get same effect, which is not clean.