Closed simonrussell closed 3 years ago
Hi there, just wondering what I need to do to move this along? We're currently running on a forked version.
I'm having the exact same problem. It comes and goes every now and then and prevent us from using the environment for a couple of hours sometimes.
@guilpejon yeah I think it just depends on the performance of the dyno on startup. We've been using the version in this PR for a month or so in production, haven't seen any issues with it.
0.0.9 is released
Thanks @schneems :)
I was getting this exception on booting an app on Heroku (intermittantly):
The existing code is more-or-less designed to catch the situation where Puma hasn't started yet, so the call fails with an exception in the
stats
method (when it tries to callstats
on the inner object). This one above happens when the inner object has actually been created, so the exception happens elsewhere, and the method being called is something else.