We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Octopus allows the user to set shards using ruby code. Here is a example of a initializer file:
Octopus.setup do |config| config.environments = [:production, :staging] config.config.merge!(replicated: true, fully_replicated: true) #replication when using dynamic configuration config.shards = {:crazy_shard => {:adapter => "mysql", :database => "octopus_shard5", :username => "root", :password => ""}} end