-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
External Tasks are Sorted By Creation Date - Backend & Java Client #3948
Comments
@psavidis, this ticket is in progress but assigned to me. What is the status? |
I've corrected the status to Review. The changes are applied for all the Code Review points. We can review them further. |
I have reviewed the |
The Code review of the backend is done and can proceed. Also the client points have been addressed too. The spring boot client integration can be part of the client since the changes are not numerous. |
Update for the Review : For the Spring-Boot integration of the Client, the following agreements have been made with the tech lead:
|
Acceptance Criteria (Required on creation)
Add the capability of sorting by createTime to the Query API
Adjust Persistence Layer to Sort by Create Time
Add Sort by Create Time to Fetch and Lock API
Add the parameter to the Fetch and Lock API of External Tasks
Currently usePriority implementation defines the order statically to DESC. Change this to so that ordering can work both for ASC and DESC configuration for prioritising create-time in LIFO and FIFO orders.
Implement Multi-Level Sorting By Considering Fields in the following order:
Add Create Time to Open API
Add the Sort by Create Time Capability to the Java Client
Hints
Links
Breakdown
Pull Requests
The text was updated successfully, but these errors were encountered: