Denys Moskalenko

Results 3 issues of Denys Moskalenko

Hello guys, Can you pls think about adding a parameter to customiz a worker burst mode? The need is adding some parameter witch can dellay worker quiting forsome time like...

Hello) I found the print in library code: https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/673b922e97a4e943a0e4d23db7767015e4c751dd/prometheus_fastapi_instrumentator/middleware.py#L80 Can you pls remove it or allow some customization of this behavior?)

The problem is in accessing attributes after tables join. So my models are next: ``` class Itinerary(Base): __tablename__ = 'itineraries' id = Column(Integer, primary_key=True) name = Column(String(128)) bus_id = Column(Integer,...