Johnny Shields

Results 492 comments of Johnny Shields

Brother I feel your pain here. I spent a day chasing up this issue.

If you change it, Rubocop will catch the change 😄 (assuming you're running it on CI) Anyway, I'm asking for this to be an optional config; it's fine if it's...

@rrosenblum thank you, really appreciate it! Will definitely enable when you have it.

@nateberkopec the use case for `after_refork` is: - We use `before_refork` to disconnect any active database sockets on worker0 - We use `on_worker_boot` to reconnect database/restart monitoring threads on the...

@nateberkopec can you please take a look at this?

We've been using this branch in prod for 3+ months with no issue--it completely fixed the problem we were seeing.

@nateberkopec @dentarg may we ask to get this reviewed and merged? @nateberkopec can you also enable "Update Branch" button in the GH settings?

By the way, I still haven't upgraded from Mongoid 7 due to concern over bugs like this (as well as performance issues). I am thinking to try upgrading soon, I...

Regression found, as expected: https://jira.mongodb.org/browse/MONGOID-5865