uncouple the java grpc server from the python HTTP server
Currently, the way swh-graph is deployed on granet is as a single python process (async but still), the aiohttp server, which itself starts the java grpc server.
This prevent from having several python HTTP servers running, and thus the java grpc server lifecycle should be made independent from the python legacy code.
Migrated from T4479 (view on Phabricator)
Edited by Phabricator Migration user