Denys Moskalenko

Results 6 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,...

> Initially inspired by [#12575](https://github.com/DefectDojo/django-DefectDojo/issues/12575) --- #### ✨ Key Points * **Full rewrite of `view_engineer`** * replaces Python loops with SQL `COUNT` / `CASE` / `Subquery` * helper functions: `_age_buckets`,...

Fixes [DefectDojo #12575](https://github.com/DefectDojo/django-DefectDojo/issues/12575) This PR is a pure-Python refactor that keeps every public API and template untouched while eliminating the two main performance bottlenecks reported in the issue: • Correlated...

### **Bug description** Opening the “View Engagement” page for an engagement that contains tests with **≈ 20 000 findings and > 1 000 re-imports** takes **~50 s**. `prefetch_for_view_tests()` counts findings...

bug