Skip to content
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

Autosleep service instance not able to bind more than 50 applications in a space #281

Open
swativerma1 opened this issue May 25, 2017 · 1 comment

Comments

@swativerma1
Copy link

We observed that autosleep service instance is unable to bind more than 50 applications in a space. On debugging, we found the reason is method
List<ApplicationIdentity> listAliveApplications(String spaceUuid, Pattern excludeNames)
in class
class CloudFoundryApi
does not handle the complete paginated response of ListApplicationsRequest
By default, first page is handled in response and it has 50 (default) entries.

Solution: To handle complete paginated response.

Similarly, the following methods need correction:
listApplicationRoutes
listRouteApplications

cc / @pradyutsarma

@shanaking
Copy link

@pradyutsarma has this issue ever been resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants