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
Brief Description The API endpoint /api/action/organization_list can be called with various parameters, or none.
/api/action/organization_list
As parameters are specified to include more information, the request time takes longer and longer.
With all_fields=true it takes around ~20 seconds.
all_fields=true
With all_fields=true&include_extras=true it routinely takes 30+ seconds.
all_fields=true&include_extras=true
If you try to fetch all the available data, e.g., with:
http "https://iatiregistry.org/api/action/organization_list?all_fields=true&include_extras=true&include_tags=true&include_groups=true&include_users=true"
the request very often times out:
504 Gateway Time-out nginx/1.24.0
Severity Medium
Issue Location
https://iatiregistry.org/api/action/organization_list?all_fields=true&include_extras=true&include_tags=true&include_groups=true&include_users=true
Steps to Reproduce
Try to fetch the list of organisations with all the data possible.
The text was updated successfully, but these errors were encountered:
Thanks @simon-20 - I was able to reproduce the 504 error immediately.
@robredpath I think this is another issue for the future, unless you think it should have a high priority.
Sorry, something went wrong.
@simon-20 if I use paging (using limit and offset) then I get responses quite quickly - is that a suitable workaround for your current work?
robredpath
siwhitehouse
cormachallinanderilinx
dan-odsc
No branches or pull requests
Brief Description
The API endpoint
/api/action/organization_list
can be called with various parameters, or none.As parameters are specified to include more information, the request time takes longer and longer.
With
all_fields=true
it takes around ~20 seconds.With
all_fields=true&include_extras=true
it routinely takes 30+ seconds.If you try to fetch all the available data, e.g., with:
the request very often times out:
Severity
Medium
Issue Location
https://iatiregistry.org/api/action/organization_list?all_fields=true&include_extras=true&include_tags=true&include_groups=true&include_users=true
Steps to Reproduce
Try to fetch the list of organisations with all the data possible.
The text was updated successfully, but these errors were encountered: