mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
We want to allocate as much database connection to the pool to match the sidekiq concurrency configuration. ref: https://maxencemalbois.medium.com/the-ruby-on-rails-database-connections-pool-4ce1099a9e9f fixes: #6004
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
backend: bin/rails s -p 3000
|
|
frontend: bin/webpack-dev-server
|
|
# https://github.com/mperham/sidekiq/issues/3090#issuecomment-389748695
|
|
worker: dotenv bundle exec sidekiq -C config/sidekiq.yml
|