OpenMined / PySyft

Perform data science on data that remains in someone else's server
https://www.openmined.org/
Apache License 2.0
9.49k stars 2k forks source link

manually sort requests in get_all by date #9207

Closed eelcovdw closed 2 months ago

eelcovdw commented 2 months ago

Description

Sort requests by (request_date, id) descending, temp fix until the new database is live (which implements this in the stash by default)

Tested locally + in k8s

image

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Checklist