gpt4 book ai didi

activerecord - 如何增加heroku上的ActiveRecord线程池大小

转载 作者:行者123 更新时间:2023-12-03 14:31:29 25 4
gpt4 key购买 nike

通常我会将池大小设置为

development:
adapter: postgresql
encoding: unicode
database: openkitchen_development
username: rails
host: localhost
pool: 10
password:

在 database.yml 中。但是 heroku 替换了配置文件。我正在使用 girl_friday
做后台数据库工作,需要增加线程池大小。

最佳答案

只需添加一个 pool DATABASE_URL 的查询参数在您的 heroku 配置中。要在您的 heroku 应用程序中将池大小设置为 15,请使用以下内容:
heroku config -s | awk '/^DATABASE_URL=/{print $0 "?pool=15"}' | xargs heroku config:add

关于activerecord - 如何增加heroku上的ActiveRecord线程池大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10045302/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com