Page MenuHomeSoftware Heritage

docker/services: Fix swh-objstorage entrypoint
ClosedPublic

Authored by anlambert on Mar 7 2022, 5:19 PM.

Details

Summary

aiohttp use has been removed in favor of a flask RPC server
in swh-objstorage by rDOBJS32cfda0406aa2a8b9f4727abf2ea56b7563460ea.

So we need to remove the use of the aiohttp.worker.GunicornWebWorker
worker class in gunicorn configuration as the following error is now
reported:

"wsgi app should be either Application or async function
returning Application".

Diff Detail

Repository
rDENV Development environment
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 27323
Build 42739: arc lint + arc unit