Patrik Ragnarsson
Patrik Ragnarsson
GitHub hides the changes to `test/helpers/integration.rb` by default when viewing the diff so it is easy to miss those changes when reviewing. Not to take anything away from the work...
> @MSP-Greg do you think your recently added thread pool grace period will help with this? @johnnyshields which PR are you thinking about? maybe you can test? maybe you already...
> But I think nobody use this feature I would use it if it worked, to debug Rack/Puma on the fly: ``` $ echo 'app { |env| require "debug";debugger;[200, {},...
If it is working, keep it. Pretty sure `autoload` is not going away seeing [Zeitwerk](https://github.com/fxn/zeitwerk) exists and is very useful. Projects like [rack](https://github.com/search?q=repo%3Arack%2Frack%20autoload&type=code), [sinatra](https://github.com/search?q=repo%3Asinatra%2Fsinatra%20autoload&type=code), [mail](https://github.com/mikel/mail/blob/2.8.1/lib/mail.rb#L25) and probably many more is...
Is this going to ship with Rack 3.1?
It is not currently possible but we are looking into how we can address this.
Connecting this with our internal ticket: https://trello.com/c/uiUHdSki
I could not reproduce these issues, tried with >0 and 0 Are you still having issues @thar? The problems could be related to the load of your cluster. Please reach...
> I could not reproduce these issues, tried with >0 and 0 That was against RabbitMQ 3.12.1, where I in my first run used `heartbeat = 60` and `heartbeat =...
`heartbeat = 0` works against RabbitMQ 3.11.10 after first doing `heartbeat = 60` ```hcl resource "cloudamqp_rabbitmq_configuration" "rabbitmq_config" { instance_id = cloudamqp_instance.cluster.id heartbeat = 0 } ``` Interesting thing is that...