We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading a map for a project with 8000 submissions the server times out with a 504 response.
Investigating the API request showed that the issue does not happen when loading fewer submissions (e.g. 3000) or when removing the sort parameter.
sort
Loads: https://kf.kobotoolbox.org/api/v2/assets/ahNFUSAzWQ4fpuLEjaLzmT/data/?fields=["_id"]&format=json&limit=1&start=0
https://kf.kobotoolbox.org/api/v2/assets/ahNFUSAzWQ4fpuLEjaLzmT/data/?fields=["_id"]&format=json&limit=1&start=0
Does not load (504):
https://kf.kobotoolbox.org/api/v2/assets/ahNFUSAzWQ4fpuLEjaLzmT/data/?fields=["_id"]&format=json&limit=1&sort={"_id":-1}&start=0
Possibly related to #696.
The text was updated successfully, but these errors were encountered:
@tinok does it still happen?
Sorry, something went wrong.
No branches or pull requests
When loading a map for a project with 8000 submissions the server times out with a 504 response.
Investigating the API request showed that the issue does not happen when loading fewer submissions (e.g. 3000) or when removing the
sort
parameter.Loads:
https://kf.kobotoolbox.org/api/v2/assets/ahNFUSAzWQ4fpuLEjaLzmT/data/?fields=["_id"]&format=json&limit=1&start=0
Does not load (504):
https://kf.kobotoolbox.org/api/v2/assets/ahNFUSAzWQ4fpuLEjaLzmT/data/?fields=["_id"]&format=json&limit=1&sort={"_id":-1}&start=0
Possibly related to #696.
The text was updated successfully, but these errors were encountered: