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

FEAT: [CADT] Disallow unpaginated requests #978

Open
ccornick opened this issue Dec 11, 2023 · 1 comment
Open

FEAT: [CADT] Disallow unpaginated requests #978

ccornick opened this issue Dec 11, 2023 · 1 comment
Assignees

Comments

@ccornick
Copy link
Contributor

ccornick commented Dec 11, 2023

Requests for large amounts of data (such as /v1/units) keep causing CADT nodes to crash. We should enforce that all requests that could return large data are paginated so that they do not crash the server that is receiving the request.

@ccornick
Copy link
Contributor Author

This has been completed in PR 979 in CADT repo

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