uvicorn-gunicorn-fastapi-docker icon indicating copy to clipboard operation
uvicorn-gunicorn-fastapi-docker copied to clipboard

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

Open rvigneshw opened this issue 4 years ago • 2 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

rvigneshw avatar Nov 19 '20 13:11 rvigneshw

Seeing this even on building and running the image on local

manojlds avatar Jan 12 '21 13:01 manojlds

Check this - https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/42

manojlds avatar Jan 12 '21 13:01 manojlds

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.

tiangolo avatar Nov 10 '22 14:11 tiangolo

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

github-actions[bot] avatar Nov 21 '22 00:11 github-actions[bot]