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.
1 parent 3f5af76 commit 69c8f26Copy full SHA for 69c8f26
config/initializers/sidekiq.rb
@@ -3,6 +3,11 @@
3
require_relative '../../lib/mastodon/sidekiq_middleware'
4
5
Sidekiq.configure_server do |config|
6
+ if Rails.configuration.database_configuration.dig('production', 'adapter') == 'postgresql_makara'
7
+ STDERR.puts 'ERROR: Database replication is not currently supported in Sidekiq workers. Check your configuration.'
8
+ exit 1
9
+ end
10
+
11
config.redis = REDIS_SIDEKIQ_PARAMS
12
13
config.server_middleware do |chain|
0 commit comments