Select Git revision
sidekiq_server_middleware.rb
-
Sylvester Chin authored
This change adds a `overrides` keyword argument to the `data_consistency` method in `WorkerAttributes`. In `MODE_MULTIPLE_DATABASES`, data consistency for specified databases are overrriden. For example, `data_consistency :always, overrides: { ci: :sticky }` would stick main db connections to primary while ci db connections will prefer the read replicas. Changelog: other
Sylvester Chin authoredThis change adds a `overrides` keyword argument to the `data_consistency` method in `WorkerAttributes`. In `MODE_MULTIPLE_DATABASES`, data consistency for specified databases are overrriden. For example, `data_consistency :always, overrides: { ci: :sticky }` would stick main db connections to primary while ci db connections will prefer the read replicas. Changelog: other
Code owners
Assign users and groups as approvers for specific file changes. Learn more.