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
Há um problema ao criar uma Thread dentro de um using connection.
entity.using_connection do
ActiveRecord::Base.connection_config[:database] -> aponta para a entity
Thread.new {
ActiveRecord::Base.connection_config[:database] -> aponta para a default
}.join
end
DESCRIÇÃO:
Há um problema ao criar uma Thread dentro de um using connection.
SOLUÇÃO:
Acredito que esse gem não esteja tão utilizada, então fazer um fork e corrigir.
https://github.com/ricardohsd/activerecord-connections.git
The text was updated successfully, but these errors were encountered: