diff --git a/docker/conf/graphql.yml b/docker/conf/graphql.yml --- a/docker/conf/graphql.yml +++ b/docker/conf/graphql.yml @@ -2,4 +2,8 @@ cls: remote url: http://swh-storage:5002 +search: + cls: remote + url: http://swh-search:5010/ + debug: yes diff --git a/docker/services/swh-graphql/entrypoint.sh b/docker/services/swh-graphql/entrypoint.sh --- a/docker/services/swh-graphql/entrypoint.sh +++ b/docker/services/swh-graphql/entrypoint.sh @@ -16,6 +16,7 @@ --reload \ --threads 4 \ --workers 2 \ + --worker-class uvicorn.workers.UvicornWorker \ --log-level DEBUG \ --timeout 3600 \ --config 'python:swh.core.api.gunicorn_config' \