Eugene Korneev

Results 4 comments of Eugene Korneev

affected for me too v2022.6.3 i try change update_interval from 1s to 0.5s and get n/a

``` FROM python:3.11 as builder WORKDIR /usr/app ENV PATH="/usr/app/venv/bin:$PATH" RUN apt-get update && apt-get install -y git RUN mkdir -p /usr/app RUN python -m venv ./venv COPY requirements.txt . RUN...

`apt install python3-dev` to resolve this