Richard Schneeman

Results 473 comments of Richard Schneeman

> Is the `before_fork` block needed for Rails apps? #36 I'm honestly not sure. I would have to test it. So I did... ``` $ mktmpdir $ git clone https://github.com/heroku/ruby-getting-started...

Also sorry on the delayed response. I was out for most of December with childcare duties. GitHub should have an OOO feature that allows someone to sub in to get...

Are you still seeing this? Can you give me an example app that reproduces the behavior? https://www.codetriage.com/example_app

I recommend using env vars tmake sure that it's running and sending metrics https://devcenter.heroku.com/articles/language-runtime-metrics-ruby#debugging

We do: ``` "barnes.gauges": { "using.puma": 1, "pool.capacity": 40, "threads.max": 40, ``` Basically once capacity hits zero your app has no more capability to handle any additional requests. We flip...

It's also worth re-mentioning that I don't have an example app that reproduces the problem described here > Are you still seeing this? Can you give me an example app...

Speaking in the Meta about the sprockets-rails project: These tests are not good. We need to move off of travis. Kill support for older rubies. Kill support for older Rails...

I'm not super happy with GitHub due to their involvement with ICE so I try to not use actions if I can avoid it. I have the most experience with...

Thinking aloud I don't see a benifit of making the location of the file customizable. While technically yes you can put that config in any file that will be auto...

> If the main reason for a useful message is to ease the transition, maybe there could be some sort of a silencer The silencer in this case is the...