Vital

Results 10 comments of Vital

Hi, can somebody give an advice about `belongs_to` I have a model with ``` class Event belongs_to :event_profile, class_name: 'EventProfile', primary_key: :external_user_id, foreign_key: :external_id field :external_user_id end ``` `Event.first.event_profile.target` is...

@andrykonchin I see, `primary_key` isn't supported it shouldn't work in my case

@unixmonkey yes, 0.12.4 works fine on Heroku for us our current slug size 300+Mb, but with 0.12.5 it grows more than 500+Mb and basically it pretty obvious why according to...

@nateberkopec we used to `wait_for_less_busy_worker` for Puma 5 with value `0.01` (I haven't changed config for Puma 6). Does it make sense to make a try with `false` in this...

@dentarg unfortunately doesn't help for me, tried 6.0.1 today on production

@dentarg after Puma revert to 5.6.5

@MSP-Greg here is our Gemfile ``` # frozen_string_literal: true source 'https://rubygems.org' ruby '3.1.3' gem 'rails', '>= 7' gem 'bootsnap' gem 'pg' gem 'sass-rails' gem 'uglifier' # Pages & CSS gem...

@MSP-Greg 1) Rack v2 2) we can try

@dentarg I think this's a problem, because it doesn't repro for us on staging, only on production, where the throughput much higher

@johnnyshields not yet, it's in my plan for Feb