Skip to content
Snippets Groups Projects
Unverified Commit 1daf7a64 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-graphql: Adapt entrypoint according to latest change

Related to T4532
Related to D8374
parent 4e6c58a8
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ case "$1" in
--log-level "${LOG_LEVEL}" \
--timeout "${TIMEOUT}" \
--config 'python:swh.core.api.gunicorn_config' \
--worker-class 'uvicorn.workers.UvicornWorker' \
'swh.graphql.server:make_app_from_configfile()'
;;
esac
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T4532 is now infra/sysadm-environment#4532
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment