cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 929 forks source link

[v8] Make retrieval of tasks in bulk instead of small increments #3276

Closed joaopapereira closed 2 weeks ago

joaopapereira commented 3 weeks ago

Description of the Change

In this PR we change the way tasks are retrieved in CLI to lower the load that it currently has in CAPI when there are a big number of tasks associated with a particular application

Related to #3274