vgrebenschikov

Results 29 comments of vgrebenschikov

I would vote for python also

I'll also vote for that feature

> @patrickmariglia why do you need it? Can you elaborate ? > > I still don’t really see the point of such metric. it is not really operational since you...

> Could you try enabling `ip nht resolve-via-default` yep, the same: ``` srv# conf t srv(config)# ip nht resolve-via-default srv(config)# srv# srv# clear ip bgp * srv# show ip bgp...

``` srv# show ip nht 172.22.2.1 resolved via connected is directly connected, re0 (vrf default) Client list: static(fd 27) 172.22.4.253(Connected) unresolved(Connected) Client list: bgp(fd 32) ``` and bgpd.log: ``` 2024/03/13...

In fact - what we want to see - number of requests which was served after retry, ideally, with distribution but attempt number

How to reproduce problem: (in fact problem easily can be observed on busy production during graceful shutdown) 1. Run gunicorn with keepalive (trivial app returning some data) `$ gunicorn --max-requests...

Probably it worth resolve problem in a following way: In case of graceful shutdown on keep-alive connection try to serve one more request after graceful shutdown request and send Connection:...

> cc @tilgovi ^^ ... > 2. if HUP or USR2 is sent to gunicorn, it means **we want to change as fast as possible the configuration or the application...

On MacBook Pro M3 - KyBook 3 application still starts, but crashes on attempt to read FB2 books. Would be great to fix it.