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

Problem with OpenProject pageSize #35

Open
GregorioMonari opened this issue Feb 21, 2023 · 0 comments
Open

Problem with OpenProject pageSize #35

GregorioMonari opened this issue Feb 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@GregorioMonari
Copy link
Collaborator

When querying OpenProject api for tasks, only 20 are returned by default. This behaviour can be changed modifying the query parameter pageSize, but it could lead to instability: for more than 20 tasks the json becomes very heavy.
Possible solution: filter the query to return only the work packages ids, then for each id -> query a single package. It will take more time to start up the system, but it is scalable and accepts infinite work packages

@GregorioMonari GregorioMonari added the bug Something isn't working label Feb 21, 2023
@GregorioMonari GregorioMonari self-assigned this Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant