openeduhub / metalookup

Provide metadata about domains w.r.t accessibility, licencing, adds, etc.
GNU General Public License v3.0
5 stars 0 forks source link

Concurrent lighthouse service allowing multiple parallel requests #103

Closed MRuecklCC closed 2 years ago

MRuecklCC commented 2 years ago

This should avoid _ping endpoint timeouts (if there were any) while the fastapi service is waiting for lighthouse completion. Also the --disable-dev-shm-usage chrome flag should avoid PROTOCOL_TIMEOUTS caused by insufficient memory in /dev/shm from within the docker container.