Update sidekiq to version 7 (#34745)

This commit is contained in:
Matt Jankowski 2025-05-26 11:32:41 -04:00 committed by GitHub
commit 37c82a3003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 28 additions and 27 deletions

View file

@ -1,6 +1,6 @@
default: &default
adapter: postgresql
pool: <%= ENV["DB_POOL"] || (if Sidekiq.server? then Sidekiq[:concurrency] else ENV['MAX_THREADS'] end) || 5 %>
pool: <%= ENV["DB_POOL"] || (if Sidekiq.server? then Sidekiq.default_configuration[:concurrency] else ENV['MAX_THREADS'] end) || 5 %>
timeout: 5000
connect_timeout: 15
encoding: unicode