Memory leak in swh.storage.api.server
There's a memory leak somewere in the swh.storage.api.server stack.
We can mitigate it by setting gunicorn to reap workers after a set number of queries, but it's a pretty ugly thing to do.
Let's try to investigate and fix it...
Migrated from T757 (view on Phabricator)