You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Merge pull request rails#41046 from eileencodes/dont-check-if-qc-is-enabled"
This reverts commit c97f1f1, reversing
changes made to ac7851e.
We haven't quite tracked down why yet, but this change caused our API to
not use the query cache. Our API is Sinatra mixed with Rails. We install
the Exectutor in our API so it was installed. However, (some?)
production requests were showing 0 query cache hits.
jhawthorn found that we likely need this check because if we don't the
pools returned will be a different set. He'll send a test later today.
0 commit comments