Nguyen Phuc Nguyen
Nguyen Phuc Nguyen
My rails application connects to multiple databases with the configs below: database.yml ``` production: primary_shard: ... secondary_shard: ... queue: ... ``` config/initializers/database.rb ```ruby # This is needed due to us...
[](https://workerb.linearb.io/v2/badge/collaboration-page?magicLinkId=mkQ6zOI) My setup requires the children defined before `MyApp.Redix` to be started before its `child_spec` can run (need to read some data from somewhere else) and I struggled for a...
### Issue Description sentry-rails 5.23.0 seems to make active record much slower. ### Reproduction Steps I monitor things with ScoutAPM. - My baseline is ruby 3.1.7 with YJIT off with...