We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Octopus allows the user to set shards using ruby code. Here is a example of a initializer file:
Octopus.setup do |config| config.shards = {:crazy_shard => {:adapter => "mysql", :database => "octopus_shard5", :username => "root", :password => ""}} config.environments = [:production, :staging] end