-
Notifications
You must be signed in to change notification settings - Fork 137
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
Allow pueue status
to order tasks by enqueue_at
#554
Comments
Feel free to implement this :) Please add proper tests as well. Also: Please don't mark missing features as bugs. |
pueue status
to order tasks by enqueue_at
Hi!
I'll try to submit some changeset for this.
The help text of the The query is indeed accepted without any error or warning, Perhaps the grammar could be tightened, so that the |
You're right, I completely forgot about those docs as I didn't write them myself. Sorry for that. Yep, according to the docs, I would wait for #556 to be merged first though, as this changes quite a lot of stuff. |
#556 is merged :D |
pueue status order_by enqueue_at [asc/desc]
does not appear to order tasks as requested.
Minimal non-working example:
Expected output:
task ID 1 shouldn't be in-between in either cases.
Platform info:
The text was updated successfully, but these errors were encountered: