gbv / coli-ana

API to analyze DDC numbers
https://coli-conc.gbv.de/coli-ana/app/
MIT License
2 stars 0 forks source link

Investigate issue where vc_day_cli child processes don't terminate #76

Closed stefandesu closed 1 year ago

stefandesu commented 1 year ago

Yesterday, we had an issue on our server that coli-ana spawned tons of vc_day_cli2 child processes which didn't terminate, causing the CPU to be at 100% and therefore blocking the whole server. This definitely shouldn't happen. Unfortunately, I wasn't able to find out what the actual issue was. I suspect there might have been one request to the backend which caused some kind of loop or something, but I don't think I can find out what it was now. This should be investigated though.

As temporary measures, I will: