Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent permanent waits from destroyed workers #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 29, 2017

  1. Prevent permanent waits from destroyed workers

    Prevent permanent waits, by ensuring that we continue creating
    resources if we need them
    
     * There are many errors due to pools being configured with min: 0
       but then running out of workers while there is still work to do
     * This results in missed work, infinite loops and timeouts
     * A solution is to ensure that if we still have work todo
       that we make sure we still have some workers to do them
    
    See:
    
     * brianc/node-pg-pool#48
     * loopbackio/loopback-connector-postgresql#231
     * coopernurse#175 (Seems related)
    bobbysmith007 committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    dc5f52b View commit details
    Browse the repository at this point in the history