nutanix / calm-dsl

Keep Calm and DSL On!
https://nutanix.github.io/calm-dsl/
Apache License 2.0
32 stars 51 forks source link

Use ASCENDING order for list_all query #205

Closed abhijeetkaurav1st closed 2 years ago

abhijeetkaurav1st commented 2 years ago

In the case of concurrent requests, the same entity was coming in multiple batch calls, as the list API is sorted by creation time (descending). Overriding the request to send by ascending order of time creation.