Closed freeformz closed 7 years ago
Not sure this has anything to do with the feature flag actually.
Not at all the feature flag. I committed the fix to master (08608404359a227283e80c94cc3003df461c830c). The railtie sets up 10 for the interval, and 60 for aggregation period, and because 10 / 60 = 0
in ruby, we ended up with a divide by 0 in ruby_gc.rb.
Confirmed working.