euri10
euri10
https://github.com/benoitc/gunicorn/issues/1493 is an interesting read
for option 2 , untested and on top of my head, I think you can 1. use the `max_requests` flag which will be passed to uvicorn's config (should you want...
interesting, low priority but something to consider
omg, happy to come back to see your fluency in being a total asshat @ChristianCiach raising the issue as high priority :+1: !
yes sounds sensible, fancy throwing a PR @guyskk ?
> I would like to specify the log configuration in a separate file and use it with the option --log-config. > In particular, I would like to add the timestamp...
dunno what you're doing, seems like you're using a ini logging format ? you can use `--log-config` with : 1. yaml or json, it will be detected according to the...
@houmie your error is in gunicron which tries to load a ini file, this is unrelated to uvicorn
again, this has nothing to do with uvicorn, you are passing a yaml log file to gunicorn while it expects a ini file: https://docs.gunicorn.org/en/stable/settings.html#logconfig
it's in the docs here https://www.uvicorn.org/deployment/#gunicorn > If you need to pass uvicorn's config arguments to gunicorn workers then you'll have to subclass UvicornWorker