【发布时间】:2013-07-30 00:44:57
【问题描述】:
我在 Heroku 上运行 Resque,我的数据库是 ClearDB。我收到此错误:
“Mysql2::Error: User 'bdb2aedbee2c38' has exceeded the 'max_user_connections' resource (current value: 10): SHOW FULL FIELDS FROM projects”
该错误来自我的 Heroku 应用程序的 Resque 管理员。
我怎样才能知道 Resque 与 ClearDB 建立了多少连接?
我如何告诉 ClearDB 允许更多连接,或者告诉 Resque 创建更少?
“当前值:10”是指 ClearDB 允许的连接数,还是 Resque 试图建立的当前连接数?
谢谢!
【问题讨论】:
-
有多少工人已经启动并正在运行
标签: mysql ruby-on-rails-3 heroku resque