-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show job priority in Jobs page and listjobs.json #343
Conversation
The Jobs pageOutput of listjobs.json
|
I would update the test cases ASAP. |
Codecov Report
@@ Coverage Diff @@
## master #343 +/- ##
==========================================
- Coverage 68.37% 68.32% -0.05%
==========================================
Files 17 17
Lines 860 862 +2
Branches 104 104
==========================================
+ Hits 588 589 +1
- Misses 242 243 +1
Partials 30 30
Continue to review full report at Codecov.
|
It seems that there's no backward compatible way to include it anywhere at all. |
What to backward compatible? |
Anyone using a custom laucher, poller, spiderqueue, sqlitequeue will have their code broken. |
Any plan on the release of 1.3? |
To add some detail to this comment:
This PR would require changing these interfaces:
There's no actual problem with launcher, and "sqlitequeue" (presumably SqliteSpiderQueue) implements Edit: So, considering there was no demand expressed via a feature request, I'll just abandon this PR rather than try to make it part of #474. |
Can maybe consider these changes as part of a major version update like #187 |
This PR is created as schedule.json accepts parameter
priority
in PR #161.