tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infinite [INFO] Booting worker with pid: 461 while deploying to heroku via docker image

rvigneshw opened this issue · comments

My Dockerfile

FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
COPY requirements.txt /app/requirements.txt
RUN pip install -r requirements.txt
COPY ./app /app

commented

Seeing this even on building and running the image on local

commented

Check this - #42

Hey there, I'm not using Heroku, I'm not sure about their internals. If you still have issues, you could try first running it locally and seeing if it works correctly. If it does, then the problem is probably on the Heroku side (configs, etc).

Sorry for the long delay! 🙈 I wanted to personally address each issue/PR and they piled up through time, but now I'm checking each one in order.

Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.