Replies: 1 comment
-
Have you enabled fiber per request mode? I'll have to take a look at https://blog.saeloun.com/2022/02/23/rails-fiber-safe-connection-pools/ has a good explanation. (BTW, I don't know if this is the solution or not, maybe we need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the Rails adapter, there are some side effects.
For example, there's no more
ActionDispatch::RequestId
inside the adapter block, so the Rails log entries after that point don't have a UUID:For another example, if multiple databases are used with Active Record, any switching has to be re-done inside the adapter block.
Beta Was this translation helpful? Give feedback.
All reactions