OCHA-DAP / hdx-ckan

A repo for HDX's configurations and extensions to CKAN
Other
75 stars 24 forks source link

Limit number of connections to the datastore API #2408

Open alexandru-m-g opened 9 years ago

alexandru-m-g commented 9 years ago

@teodorescuserban We will need to have nginx limit the request rate (total and from a single IP) to the datastore api. For the total allowed requests we should find a reasonable number that CKAN could deal with without going down.

For more information check #2379

teodorescuserban commented 9 years ago

Please note the limits on nginx can be either per seconds or per minutes.

sent from a mobile device. please excuse shortness of the message and the possible typos. Pe 9 mar. 2015 23:32, "Alexandru Gartner" notifications@github.com a scris:

@teodorescuserban https://github.com/teodorescuserban We will need to have nginx limit the request rate (total and from a single IP) to the datastore api. For the total allowed requests we should find a reasonable number that CKAN could deal with without going down.

For more information check #2379 https://github.com/OCHA-DAP/hdx-ckan/issues/2379

— Reply to this email directly or view it on GitHub https://github.com/OCHA-DAP/hdx-ckan/issues/2408.

alexandru-m-g commented 9 years ago

Another advise from ckan-dev mailing list: