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
@artkirienko this is working fine for me. For example:
>> User.last# Uses replica[replica]UserLoad(5.5ms)SELECT`users`.* FROM`users`ORDERBY`users`.`id` DESC LIMIT 1>> User.connection.stick_to_master!=> 10.0>> User.last # Uses primary [primary] User Load (2.9ms) SELECT `users`.* FROM `users` ORDER BY `users`.`id` DESCLIMIT1
Have you tried setting sticky: true in your configuration? I think that's the reason stickiness is being skipped for you after calling stick_to_master!.
https://github.com/taskrabbit/makara#common-problems--solutions
database.yml
The text was updated successfully, but these errors were encountered: