Add notes for 2022-12-18

This commit is contained in:
2022-12-19 07:03:13 +02:00
parent 54769fcb04
commit 8354acdbdd
29 changed files with 61 additions and 34 deletions

View File

@ -221,4 +221,17 @@ $ ./ilri/move-metadata-values.py -i /tmp/data.txt -db dspace -u dspace -p 'dom@i
- I did some metadata quality checks on the Initiatives collection, adding some missing regions and removing a few duplicate ones
## 2022-12-18
- Load on the server is a bit high
- Looking at the nginx logs I see someone from the University of Chicago (128.135.98.29) is using RStudio Desktop to query and scrape CGSpace
```
# grep -c 'RStudio Desktop' /var/log/nginx/access.log
5570
```
- RStudio is already in the ILRI bot overrides for DSpace so it shouldn't be causing any extra hits, but I'll put an HTTP 403 in the nginx config to tell the user to use the REST API
- Start a harvest on AReS
<!-- vim: set sw=2 ts=2: -->