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
DEPRECATION WARNING: clear_active_connections! currently only applies to connection pools in the current role (writing). In Rails 7.2, this method will apply to all known pools, regardless of role. To affect only those connections belonging to a specific role, pass the role name as an argument. To switch to the new behavior, pass :all as the role name.
The new behavior isn’t a problem, as we’ve been running Rails 7.2 at Discourse since November. Anyway, I just merged a PR (#359) to prevent this deprecation warning with Rails 7.1.
There's a deprecation warning in Rails 7.1 starting from Rails 7.2 in
message_bus/lib/message_bus/rack/middleware.rb
Lines 202 to 206 in d5ae340
Added in rails/rails@74cb960
The text was updated successfully, but these errors were encountered: