Patrik Ragnarsson
Patrik Ragnarsson
I think https://github.com/puma/puma/issues/2311 is the same issue as this
Using keep-alive we end up here https://github.com/puma/puma/blob/6db7c28b069710419cc0a78dbc93c351b222a8e4/lib/puma/server.rb#L473-L499 In `Client#reset` there is this line https://github.com/puma/puma/blob/6db7c28b069710419cc0a78dbc93c351b222a8e4/lib/puma/client.rb#L185 If I lower this value to `0.002`, I get similar throughput as with `-disable-keepalive` https://github.com/puma/puma/blob/6db7c28b069710419cc0a78dbc93c351b222a8e4/lib/puma/const.rb#L108 hey...
`FAST_TRACK_KA_TIMEOUT` was introduced in b9388a6074a816660be0d6dbb49ee802f13507d5
> You can see the behaviour today using a modified version of `wrk` @ioquatix Is this is https://github.com/ioquatix/wrk or have you more modifications that makes it print `closing connection after...
@schneems please post your write-up from Slack here
If you rebase this you should find that CI has become more stable (well, turbo-rails just [did a thing](https://github.com/hotwired/turbo-rails/issues/681) but besides that ...)
Do you want to rebase? Seeing you make such nice commits I'm hesitant to click the `Update branch` button :-)
@ricardochaves can you [email our support](https://www.cloudamqp.com/support.html) and share debug logs or the actual name of the VPC you are trying to import?
Thanks, @tbroden84 took a look and there are some backend inconsistencies we need to work out. We will reply here and in the ticket when we have news to share.
I take it README needs an update? A pull request would be welcomed :)