Coder Social home page Coder Social logo

Comments (6)

cf-gitbot avatar cf-gitbot commented on June 12, 2024

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/128636435

The labels on this github issue will be updated when the story is started.

from ruby-buildpack.

RochesterinNYC avatar RochesterinNYC commented on June 12, 2024

If you cf ssh into your running app, and take a look at the config/database.yml file, has it been rewritten or does it match the config/database.yml contents on your local machine?

from ruby-buildpack.

David-VMware avatar David-VMware commented on June 12, 2024

Hi Rochester,

It matches the config/database.yml on my local machine.

Daivd-Office-Mac:pong_matcher_rails-master ubuntu$ cf ssh railspong
vcap@qtnnq0qgbuu:~$ cd app
vcap@qtnnq0qgbuu:~/app$ more config/database.yml
default: &default
adapter: mysql2
encoding: utf8
pool: 15
username: root
password:
port: 3306
host: localhost

development:
<<: *default
database: pong_matcher_rails_development

test:
<<: *default
database: pong_matcher_rails_test
vcap@qtnnq0qgbuu:~/app$

from ruby-buildpack.

RochesterinNYC avatar RochesterinNYC commented on June 12, 2024

Hi @David-Pivotal, we tried this out with a rails 4 fixture app that uses mysql2 and a connection pool of 15. We were unable to reproduce your issue's behavior.

Our steps:
In local environment:

git clone [email protected]:cloudfoundry/ruby-buildpack.git
git checkout pool-connection-15
cd cf_spec/fixtures/rails4_web_app
cf push rails4

Inside SSH session:

cf ssh rails4
cd app
export HOME=$(pwd)
source .profile.d/ruby.sh
rails c

In the rails console while inside the ssh session:

Loading production environment (Rails 4.1.8)
irb(main):001:0> ActiveRecord::Base.connection_pool.instance_eval { @size }
=> 15

from ruby-buildpack.

David-VMware avatar David-VMware commented on June 12, 2024

Hi Rochester,

Thanks for your help. It is really helpful. I will check and get back to you soon.

from ruby-buildpack.

David-VMware avatar David-VMware commented on June 12, 2024

Hi Rochester,

I am able to set connection pool size to 15. Please feel free to close this issue.
Thank you for your help!

from ruby-buildpack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.