Andrey Mikus

Results 4 issues of Andrey Mikus

The official python Prometheus client outlines a problem caused by using multiple Gunicorn workers and provides a solution: https://github.com/prometheus/client_python/#multiprocess-mode-gunicorn I am working on an asynchronous web-app using FastAPI with 4...

**Is your feature request related to a problem? Please describe.** Our use-case requires rendering a map on a custom polygon. In our case it is a shape consisting of a...

feature request

### Link to the code that reproduces this issue https://github.com/aamikus/reproducible-example ### To Reproduce 1. Build the example using `docker build -t nextjs-docker .` 2. Run the container with `docker run...

template: bug
area: standalone mode

The docs state that swagger can be accessed via https://localhost:8080 However, according to [this](https://github.com/hummingbot/gateway/blob/5cb11f1a83553468709cb87b56e5b49c84a2fa58/src/templates/server.yml#L7) line (which is actual for the latest docker issue), the swagger docs are available at https://localhost:15888/docs...